Searched refs:keypadRect (Results 1 – 1 of 1) sorted by relevance
533 BRect keypadRect(_KeypadRect()); in Draw() local537 StrokeRect(keypadRect); in Draw()538 keypadRect.InsetBy(1, 1); in Draw()541 float sizeDisp = keypadRect.top; in Draw()542 float sizeCol = (keypadRect.Width() + 1) / (float)fColumns; in Draw()543 float sizeRow = (keypadRect.Height() + 1) / (float)fRows; in Draw()545 if (!updateRect.Intersects(keypadRect)) in Draw()554 frame.left = keypadRect.left + col * sizeCol; in Draw()555 frame.right = keypadRect.left + (col + 1) * sizeCol - 1; in Draw()866 BRect keypadRect(0.0, sizeDisp, fWidth, fHeight); in Paste() local[all …]