HomeSort by relevance Sort by last modified time
    Searched refs:face_index (Results 1 - 25 of 48) sorted by null

1 2

  /external/freetype/include/freetype/
ftmac.h 81 /* face_index :: Only supported for the -1 `sanity check' special */
102 FT_Long face_index,
123 /* face_index :: Index of the face. For passing to */
132 FT_Long* face_index )
151 /* face_index :: Index of the face. For passing to */
160 FT_Long* face_index )
183 /* face_index :: Index of the face. For passing to @FT_New_Face. */
192 FT_Long* face_index )
211 /* face_index :: The index of the face within the resource. The */
226 FT_Long face_index,
    [all...]
freetype.h 1053 FT_Long face_index; member in struct:FT_FaceRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftmac.h 81 /* face_index :: Only supported for the -1 `sanity check' special */
102 FT_Long face_index,
123 /* face_index :: Index of the face. For passing to */
132 FT_Long* face_index )
151 /* face_index :: Index of the face. For passing to */
160 FT_Long* face_index )
183 /* face_index :: Index of the face. For passing to @FT_New_Face. */
192 FT_Long* face_index )
211 /* face_index :: The index of the face within the resource. The */
226 FT_Long face_index,
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmac.h 81 /* face_index :: Only supported for the -1 `sanity check' special */
102 FT_Long face_index,
123 /* face_index :: Index of the face. For passing to */
132 FT_Long* face_index )
151 /* face_index :: Index of the face. For passing to */
160 FT_Long* face_index )
183 /* face_index :: Index of the face. For passing to @FT_New_Face. */
192 FT_Long* face_index )
211 /* face_index :: The index of the face within the resource. The */
226 FT_Long face_index,
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_fontmgr.cpp 68 int face_index = 0; local
78 face_index = 0;
80 face_index = index;
81 return face_index;
146 int face_index) {
155 int ret = FXFT_New_Memory_Face(library, pData, size, face_index,
181 int face_index = GetTTCIndex(pFontDesc->m_pFontData, ttc_size, font_offset); local
182 if (!pFontDesc->m_TTCFaces[face_index]) {
183 pFontDesc->m_TTCFaces[face_index] =
184 GetFixedFace(pFontDesc->m_pFontData, ttc_size, face_index);
201 int face_index = GetTTCIndex(pFontDesc->m_pFontData, ttc_size, font_offset); local
    [all...]
  /external/freetype/src/base/
ftbase.h 36 /* font, and try to load a face specified by the face_index. */
40 FT_Long face_index,
52 FT_Long face_index,
ftmac.c 27 support this I use the face_index argument of FT_(Open|New)_Face()
127 FT_Long* face_index )
131 FT_UNUSED( face_index );
177 FT_Long* face_index )
183 *face_index = 0;
197 /* face_index calculation by searching preceding fontIDs */
213 *face_index = ats_font_id - ( id2 + 1 );
224 FT_Long* face_index )
230 if ( !fontName || !face_index )
233 err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index );
    [all...]
ftobjs.c 86 FT_Long face_index,
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftbase.h 36 /* font, and try to load a face specified by the face_index. */
40 FT_Long face_index,
52 FT_Long face_index,
ftmac.c 27 support this I use the face_index argument of FT_(Open|New)_Face()
127 FT_Long* face_index )
131 FT_UNUSED( face_index );
177 FT_Long* face_index )
183 *face_index = 0;
197 /* face_index calculation by searching preceding fontIDs */
213 *face_index = ats_font_id - ( id2 + 1 );
224 FT_Long* face_index )
230 if ( !fontName || !face_index )
233 err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index );
    [all...]
ftobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidload.h 45 FT_Int face_index );
cidobjs.c 142 CID_FaceDict dict = face->cid.font_dicts + face->root.face_index;
265 /* face_index :: The index of the font face in the resource. */
280 FT_Int face_index,
327 error = cid_face_open( face, face_index );
332 if ( face_index < 0 )
337 if ( ( face_index & 0xFFFF ) != 0 )
357 cidface->face_index = face_index & 0xFFFF;
cidobjs.h 134 FT_Int face_index,
  /external/pdfium/core/fxge/
cfx_fontmgr.h 36 int face_index);
46 FXFT_Face GetFileFace(const FX_CHAR* filename, int face_index);
47 FXFT_Face GetFixedFace(const uint8_t* pData, uint32_t size, int face_index);
  /external/pdfium/third_party/freetype/src/cff/
cffload.h 65 FT_Int face_index,
cffobjs.h 161 FT_Int face_index,
cffobjs.c 484 FT_Int face_index,
519 error = sfnt->init_face( stream, face, face_index, num_params, params );
530 if ( face_index < 0 )
543 error = sfnt->load_face( stream, face, face_index,
582 error = cff_font_load( library, stream, face_index, cff, pure_cff );
588 if ( face_index < 0 )
594 cffface->face_index = face_index & 0xFFFF;
775 (FT_UInt)( face_index & 0xFFFF ) );
    [all...]
  /external/freetype/src/cff/
cffobjs.h 161 FT_Int face_index,
cffload.h 67 FT_Int face_index,
cffobjs.c 484 FT_Int face_index,
521 error = sfnt->init_face( stream, face, face_index, num_params, params );
532 if ( face_index < 0 )
545 error = sfnt->load_face( stream, face, face_index,
596 face_index,
605 if ( face_index < 0 )
614 cffface->face_index = face_index & 0xFFFF;
694 FT_Int instance_index = face_index >> 16;
716 /* in `face_index', the instance index starts with value 1 *
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1objs.h 135 FT_Int face_index,
t1objs.c 287 /* face_index :: The index of the font face in the resource. */
302 FT_Int face_index,
344 if ( face_index < 0 )
348 if ( ( face_index & 0xFFFF ) > 0 )
365 root->face_index = 0;
  /external/freetype/include/freetype/internal/
sfnt.h 46 /* face_index :: The index of the TrueType font, if we are opening a */
71 FT_Int face_index,
91 /* face_index :: The index of the TrueType font, if we are opening a */
109 FT_Int face_index,
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
sfnt.h 46 /* face_index :: The index of the TrueType font, if we are opening a */
71 FT_Int face_index,
91 /* face_index :: The index of the TrueType font, if we are opening a */
109 FT_Int face_index,
    [all...]

Completed in 556 milliseconds

1 2