Lines Matching full:bounds
142 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) {
149 if (bounds->bottom > nPenY) {
150 bounds->bottom = nPenY;
152 if (bounds->left > nPenX) {
153 bounds->left = nPenX;
155 if (bounds->right < nPenX + width) {
156 bounds->right = nPenX + width;
158 if (bounds->top < nPenY + height) {
159 bounds->top = nPenY + height;
164 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) {
183 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) {
213 uint32_t bitmapWidth, uint32_t bitmapHeight, Rect* bounds, const float* pos) {
356 int numGlyphs, Rect *bounds, const float* positions) {
357 if (bounds == NULL) {
361 bounds->set(1e6, -1e6, -1e6, 1e6);
362 render(paint, text, start, len, numGlyphs, 0, 0, MEASURE, NULL, 0, 0, bounds, positions);
388 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) {
425 bitmap, bitmapW, bitmapH, bounds, positions);