Lines Matching defs:subRect
216 Rect subRect(posX + colStart, posY + rowStart, colEnd - 1 + posX, rowEnd - 1 + posY);
286 Rect subRect(posX + colStart, posY + rowStart, colEnd - 1 + posX, rowEnd - 1 + posY);
289 baseGfxEngine->DrawLetter(gfxDstBuffer, fontMap, srcRect, subRect,
296 const Rect& subRect,
332 int16_t rowStart = subRect.GetY() - fontRect.GetY();
333 int16_t rowEnd = rowStart + subRect.GetHeight();
334 int16_t colStart = subRect.GetX() - fontRect.GetX();
335 int16_t colEnd = colStart + subRect.GetWidth();
338 screenBuffer += ((subRect.GetY() * screenBufferWidth) + subRect.GetX()) * bufferPxSize;
342 int16_t temp = subRect.GetWidth() * fontWeight - FONT_WEIGHT_8 + offsetInFont;