Searched refs:pbox (Results 1 – 6 of 6) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-region.c | 2119 box_type_t * pbox; in PREFIX() local 2150 for (pbox = PIXREGION_BOXPTR (region), pbox_end = pbox + numRects; in PREFIX() 2151 pbox != pbox_end; in PREFIX() 2152 pbox++) in PREFIX() 2155 if (pbox->y2 <= y) in PREFIX() 2157 if ((pbox = find_box_for_y (pbox, pbox_end, y)) == pbox_end) in PREFIX() 2161 if (pbox->y1 > y) in PREFIX() 2164 if (part_in || (pbox->y1 >= prect->y2)) in PREFIX() 2166 y = pbox->y1; /* x guaranteed to be == prect->x1 */ in PREFIX() 2169 if (pbox->x2 <= x) in PREFIX() [all …]
|
D | pixman.c | 582 const pixman_box32_t *pbox; in pixman_image_composite32() local 687 pbox = pixman_region32_rectangles (®ion, &n); in pixman_image_composite32() 691 info.src_x = pbox->x1 + src_x - dest_x; in pixman_image_composite32() 692 info.src_y = pbox->y1 + src_y - dest_y; in pixman_image_composite32() 693 info.mask_x = pbox->x1 + mask_x - dest_x; in pixman_image_composite32() 694 info.mask_y = pbox->y1 + mask_y - dest_y; in pixman_image_composite32() 695 info.dest_x = pbox->x1; in pixman_image_composite32() 696 info.dest_y = pbox->y1; in pixman_image_composite32() 697 info.width = pbox->x2 - pbox->x1; in pixman_image_composite32() 698 info.height = pbox->y2 - pbox->y1; in pixman_image_composite32() [all …]
|
D | pixman-glyph.c | 446 pixman_box32_t *pbox; in pixman_composite_glyphs_no_mask() local 456 pbox = pixman_region32_rectangles (®ion, &n); in pixman_composite_glyphs_no_mask() 462 if (box32_intersect (&composite_box, pbox, &glyph_box)) in pixman_composite_glyphs_no_mask() 492 pbox++; in pixman_composite_glyphs_no_mask()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 368 FT_BBox cbox, pbox; in ft_glyphslot_preset_bitmap() local 389 pbox.xMin = ( cbox.xMin >> 6 ) + ( x_shift >> 6 ); in ft_glyphslot_preset_bitmap() 390 pbox.yMin = ( cbox.yMin >> 6 ) + ( y_shift >> 6 ); in ft_glyphslot_preset_bitmap() 391 pbox.xMax = ( cbox.xMax >> 6 ) + ( x_shift >> 6 ); in ft_glyphslot_preset_bitmap() 392 pbox.yMax = ( cbox.yMax >> 6 ) + ( y_shift >> 6 ); in ft_glyphslot_preset_bitmap() 411 pbox.xMin += ( cbox.xMin + 31 ) >> 6; in ft_glyphslot_preset_bitmap() 412 pbox.xMax += ( cbox.xMax + 32 ) >> 6; in ft_glyphslot_preset_bitmap() 417 if ( pbox.xMin == pbox.xMax ) in ft_glyphslot_preset_bitmap() 421 pbox.xMin -= 1; in ft_glyphslot_preset_bitmap() 423 pbox.xMax += 1; in ft_glyphslot_preset_bitmap() [all …]
|
/third_party/freetype/src/base/ |
D | ftobjs.c | 356 FT_BBox cbox, pbox; in ft_glyphslot_preset_bitmap() local 377 pbox.xMin = ( cbox.xMin >> 6 ) + ( x_shift >> 6 ); in ft_glyphslot_preset_bitmap() 378 pbox.yMin = ( cbox.yMin >> 6 ) + ( y_shift >> 6 ); in ft_glyphslot_preset_bitmap() 379 pbox.xMax = ( cbox.xMax >> 6 ) + ( x_shift >> 6 ); in ft_glyphslot_preset_bitmap() 380 pbox.yMax = ( cbox.yMax >> 6 ) + ( y_shift >> 6 ); in ft_glyphslot_preset_bitmap() 399 pbox.xMin += ( cbox.xMin + 31 ) >> 6; in ft_glyphslot_preset_bitmap() 400 pbox.xMax += ( cbox.xMax + 32 ) >> 6; in ft_glyphslot_preset_bitmap() 405 if ( pbox.xMin == pbox.xMax ) in ft_glyphslot_preset_bitmap() 409 pbox.xMin -= 1; in ft_glyphslot_preset_bitmap() 411 pbox.xMax += 1; in ft_glyphslot_preset_bitmap() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 357 FT_BBox cbox, pbox; in ft_glyphslot_preset_bitmap() local 378 pbox.xMin = ( cbox.xMin >> 6 ) + ( x_shift >> 6 ); in ft_glyphslot_preset_bitmap() 379 pbox.yMin = ( cbox.yMin >> 6 ) + ( y_shift >> 6 ); in ft_glyphslot_preset_bitmap() 380 pbox.xMax = ( cbox.xMax >> 6 ) + ( x_shift >> 6 ); in ft_glyphslot_preset_bitmap() 381 pbox.yMax = ( cbox.yMax >> 6 ) + ( y_shift >> 6 ); in ft_glyphslot_preset_bitmap() 400 pbox.xMin += ( cbox.xMin + 31 ) >> 6; in ft_glyphslot_preset_bitmap() 401 pbox.xMax += ( cbox.xMax + 32 ) >> 6; in ft_glyphslot_preset_bitmap() 406 if ( pbox.xMin == pbox.xMax ) in ft_glyphslot_preset_bitmap() 410 pbox.xMin -= 1; in ft_glyphslot_preset_bitmap() 412 pbox.xMax += 1; in ft_glyphslot_preset_bitmap() [all …]
|