HomeSort by relevance Sort by last modified time
    Searched refs:cbox (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/raster/
ftrend1.c 88 FT_BBox* cbox )
90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
93 FT_Outline_Get_CBox( &slot->outline, cbox );
106 FT_BBox cbox; local
162 FT_Outline_Get_CBox( outline, &cbox );
164 cbox.xMin = FT_PIX_FLOOR( cbox.xMin );
165 cbox.yMin = FT_PIX_FLOOR( cbox.yMin )
    [all...]
  /external/freetype/src/smooth/
ftsmooth.c 88 FT_BBox* cbox )
90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
93 FT_Outline_Get_CBox( &slot->outline, cbox );
107 FT_BBox cbox; local
136 FT_Outline_Get_CBox( outline, &cbox );
138 cbox.xMin = FT_PIX_FLOOR( cbox.xMin );
139 cbox.yMin = FT_PIX_FLOOR( cbox.yMin )
    [all...]
  /external/freetype/src/base/
ftbbox.c 52 /* use the cbox as the starting bbox which must be refined. */
577 FT_BBox cbox; local
602 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
603 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
613 if ( x < cbox.xMin ) cbox.xMin = x;
614 if ( x > cbox.xMax ) cbox.xMax = x
    [all...]
ftglyph.c 121 FT_BBox* cbox )
126 cbox->xMin = glyph->left << 6;
127 cbox->xMax = cbox->xMin + ( glyph->bitmap.width << 6 );
128 cbox->yMax = glyph->top << 6;
129 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
  /external/freetype/include/freetype/
ftrender.h 103 FT_BBox* cbox );
137 /* get_glyph_cbox :: A method used to access the glyph's cbox. */
  /external/freetype/src/cff/
cffgload.c 2848 FT_BBox cbox; local
    [all...]

Completed in 70 milliseconds