Searched defs:num_faces (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_pango.cc39 int num_faces = 0; local
40 ::pango_font_family_list_faces(font_family, &font_faces, &num_faces);
42 for (int j = 0; j < num_faces; ++j) {
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftmac.c546 short num_faces; local
562 num_faces = 1;
564 num_faces = count_faces_scalable( *fond );
566 return num_faces;
832 (*aface)->num_faces = num_faces_in_res;
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.cc281 size_t num_faces = (target == GL_TEXTURE_CUBE_MAP) ? 6 : 1; local
282 level_infos_.resize(num_faces);
283 for (size_t ii = 0; ii < num_faces; ++ii) {
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h223 FT_UInt num_faces; member in struct:CFF_FontRec_
/external/freetype/src/cff/
H A Dcfftypes.h223 FT_UInt num_faces; member in struct:CFF_FontRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h223 FT_UInt num_faces; member in struct:CFF_FontRec_
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h784 /* num_faces :: The number of faces in the font file. Some */
921 FT_Long num_faces; member in struct:FT_FaceRec_
1959 /* case is `face->num_faces' which gives the number of faces within */
/external/freetype/include/
H A Dfreetype.h823 /* num_faces :: The number of faces in the font file. Some */
960 FT_Long num_faces; member in struct:FT_FaceRec_
2023 /* case is `face->num_faces' that gives the number of faces within */
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h786 /* num_faces :: The number of faces in the font file. Some */
923 FT_Long num_faces; member in struct:FT_FaceRec_
1972 /* case is `face->num_faces' which gives the number of faces within */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h786 /* num_faces :: The number of faces in the font file. Some */
923 FT_Long num_faces; member in struct:FT_FaceRec_
1972 /* case is `face->num_faces' which gives the number of faces within */

Completed in 282 milliseconds