Searched refs:cbox (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c89 FT_BBox* cbox )
91 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
94 FT_Outline_Get_CBox( &slot->outline, cbox );
107 FT_BBox cbox; local
163 FT_Outline_Get_CBox( outline, &cbox );
167 cbox.xMin = FT_PIX_ROUND( cbox.xMin );
168 cbox.yMin = FT_PIX_ROUND( cbox
[all...]
/external/freetype/src/raster/
H A Dftrend1.c89 FT_BBox* cbox )
91 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
94 FT_Outline_Get_CBox( &slot->outline, cbox );
107 FT_BBox cbox; local
163 FT_Outline_Get_CBox( outline, &cbox );
167 cbox.xMin = FT_PIX_ROUND( cbox.xMin );
168 cbox.yMin = FT_PIX_ROUND( cbox
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftrend1.c89 FT_BBox* cbox )
91 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
94 FT_Outline_Get_CBox( &slot->outline, cbox );
107 FT_BBox cbox; local
163 FT_Outline_Get_CBox( outline, &cbox );
167 cbox.xMin = FT_PIX_ROUND( cbox.xMin );
168 cbox.yMin = FT_PIX_ROUND( cbox
[all...]
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c88 FT_BBox* cbox )
90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
93 FT_Outline_Get_CBox( &slot->outline, cbox );
107 FT_BBox cbox; local
151 FT_Outline_Get_CBox( outline, &cbox );
153 cbox.xMin = FT_PIX_FLOOR( cbox.xMin );
154 cbox.yMin = FT_PIX_FLOOR( cbox
[all...]
/external/freetype/src/smooth/
H A Dftsmooth.c88 FT_BBox* cbox )
90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
93 FT_Outline_Get_CBox( &slot->outline, cbox );
107 FT_BBox cbox; local
151 FT_Outline_Get_CBox( outline, &cbox );
153 cbox.xMin = FT_PIX_FLOOR( cbox.xMin );
154 cbox.yMin = FT_PIX_FLOOR( cbox
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c88 FT_BBox* cbox )
90 FT_MEM_ZERO( cbox, sizeof ( *cbox ) );
93 FT_Outline_Get_CBox( &slot->outline, cbox );
107 FT_BBox cbox; local
151 FT_Outline_Get_CBox( outline, &cbox );
153 cbox.xMin = FT_PIX_FLOOR( cbox.xMin );
154 cbox.yMin = FT_PIX_FLOOR( cbox
[all...]
/external/freetype/src/base/
H A Dftbbox.c54 /* use the cbox as the starting bbox which must be refined. */
402 FT_BBox cbox; local
427 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
428 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
438 if ( x < cbox.xMin ) cbox.xMin = x;
439 if ( x > cbox.xMax ) cbox
[all...]
H A Dftglyph.c123 FT_BBox* cbox )
128 cbox->xMin = glyph->left << 6;
129 cbox->xMax = cbox->xMin + ( glyph->bitmap.width << 6 );
130 cbox->yMax = glyph->top << 6;
131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
H A Dftoutln.c1030 FT_BBox cbox; local
1046 FT_Outline_Get_CBox( outline, &cbox );
1048 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
/external/chromium_org/third_party/freetype/src/base/
H A Dftbbox.c54 /* use the cbox as the starting bbox which must be refined. */
564 FT_BBox cbox; local
589 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
590 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
600 if ( x < cbox.xMin ) cbox.xMin = x;
601 if ( x > cbox.xMax ) cbox
[all...]
H A Dftglyph.c123 FT_BBox* cbox )
128 cbox->xMin = glyph->left << 6;
129 cbox->xMax = cbox->xMin + ( glyph->bitmap.width << 6 );
130 cbox->yMax = glyph->top << 6;
131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
H A Dftoutln.c1027 FT_BBox cbox; local
1043 FT_Outline_Get_CBox( outline, &cbox );
1045 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftbbox.c54 /* use the cbox as the starting bbox which must be refined. */
564 FT_BBox cbox; local
589 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
590 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
600 if ( x < cbox.xMin ) cbox.xMin = x;
601 if ( x > cbox.xMax ) cbox
[all...]
H A Dfxft_ftglyph.c123 FT_BBox* cbox )
128 cbox->xMin = glyph->left << 6;
129 cbox->xMax = cbox->xMin + ( glyph->bitmap.width << 6 );
130 cbox->yMax = glyph->top << 6;
131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
H A Dftoutln.c1027 FT_BBox cbox; local
1043 FT_Outline_Get_CBox( outline, &cbox );
1045 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.cpp108 FXFT_BBox cbox; local
109 FXFT_Glyph_Get_CBox(glyph, FXFT_GLYPH_BBOX_PIXELS, &cbox);
112 rtBBox.left = FPF_EM_ADJUST(x_ppem, cbox.xMin);
113 rtBBox.right = FPF_EM_ADJUST(x_ppem, cbox.xMax);
114 rtBBox.top = FPF_EM_ADJUST(y_ppem, cbox.yMax);
115 rtBBox.bottom = FPF_EM_ADJUST(y_ppem, cbox.yMin);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp240 FXFT_BBox cbox; local
246 FXFT_Glyph_Get_CBox(glyph, FXFT_GLYPH_BBOX_PIXELS, &cbox);
250 bbox.left = cbox.xMin;
251 bbox.right = cbox.xMax;
252 bbox.top = cbox.yMax;
253 bbox.bottom = cbox.yMin;
255 bbox.left = cbox.xMin * 1000 / pixel_size_x;
256 bbox.right = cbox.xMax * 1000 / pixel_size_x;
257 bbox.top = cbox.yMax * 1000 / pixel_size_y;
258 bbox.bottom = cbox
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c358 FT_BBox cbox; local
421 FT_Outline_Get_CBox( &cidglyph->outline, &cbox );
423 metrics->width = cbox.xMax - cbox.xMin;
424 metrics->height = cbox.yMax - cbox.yMin;
426 metrics->horiBearingX = cbox.xMin;
427 metrics->horiBearingY = cbox.yMax;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1gload.c394 FT_BBox cbox; local
471 FT_Outline_Get_CBox( &t1glyph->outline, &cbox );
473 metrics->width = cbox.xMax - cbox.xMin;
474 metrics->height = cbox.yMax - cbox.yMin;
476 metrics->horiBearingX = cbox.xMin;
477 metrics->horiBearingY = cbox.yMax;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftrender.h103 FT_BBox* cbox );
137 /* get_glyph_cbox :: A method used to access the glyph's cbox. */
/external/freetype/include/
H A Dftrender.h103 FT_BBox* cbox );
137 /* get_glyph_cbox :: A method used to access the glyph's cbox. */
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftrender.h103 FT_BBox* cbox );
137 /* get_glyph_cbox :: A method used to access the glyph's cbox. */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftrender.h103 FT_BBox* cbox );
137 /* get_glyph_cbox :: A method used to access the glyph's cbox. */
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h119 #define FXFT_Get_Outline_Bbox(outline, cbox) FT_Outline_Get_CBox(outline, cbox)
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp1133 FXFT_BBox cbox; local
1137 FXFT_Glyph_Get_CBox(glyph, FXFT_GLYPH_BBOX_PIXELS, &cbox);
1141 rect.left = cbox.xMin;
1142 rect.right = cbox.xMax;
1143 rect.top = cbox.yMax;
1144 rect.bottom = cbox.yMin;
1146 rect.left = cbox.xMin * 1000 / pixel_size_x;
1147 rect.right = cbox.xMax * 1000 / pixel_size_x;
1148 rect.top = cbox.yMax * 1000 / pixel_size_y;
1149 rect.bottom = cbox
[all...]

Completed in 4812 milliseconds

12