Searched defs:face_index (Results 1 - 20 of 20) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtGImpactMeshShapePart.java240 public void get_indices(int face_index, SWIGTYPE_p_unsigned_int i0, SWIGTYPE_p_unsigned_int i1, SWIGTYPE_p_unsigned_int i2) { argument
241 CollisionJNI.btGImpactMeshShapePart_TrimeshPrimitiveManager_get_indices(swigCPtr, this, face_index, SWIGTYPE_p_unsigned_int.getCPtr(i0), SWIGTYPE_p_unsigned_int.getCPtr(i1), SWIGTYPE_p_unsigned_int.getCPtr(i2));
/external/freetype/src/sfnt/
H A Dsfobjs.c851 FT_Int face_index; local
886 face_index = FT_ABS( face_instance_index ) & 0xFFFF;
888 if ( face_index >= face->ttc_header.count )
893 face_index = 0;
896 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
980 face->root.face_index = face_instance_index;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
H A Dftmac.c27 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 );
700 FT_New_Face_From_LWFN( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
732 FT_New_Face_From_SFNT( FT_Library library, ResID sfnt_id, FT_Long face_index, FT_Face* aface ) argument
804 FT_New_Face_From_Suitcase( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
926 FT_New_Face_From_Resource( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
[all...]
H A Dftobjs.c1130 FT_Long face_index,
1180 (FT_Int)face_index,
1227 FT_Long face_index,
1241 return FT_Open_Face( library, &args, face_index, aface );
1253 FT_Long face_index,
1268 return FT_Open_Face( library, &args, face_index, aface );
1360 FT_Long face_index,
1395 if ( face_index > 0 )
1396 face_index &= 0x7FFF0000L; /* retain GX data */
1399 error = FT_Open_Face( library, &args, face_index, afac
1127 open_face( FT_Driver driver, FT_Stream *astream, FT_Bool external_stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) argument
1427 ft_lookup_PS_in_sfnt_stream( FT_Stream stream, FT_Long face_index, FT_ULong* offset, FT_ULong* length, FT_Bool* is_sfnt_cid ) argument
1568 Mac_Read_POST_Resource( FT_Library library, FT_Stream stream, FT_Long *offsets, FT_Long resource_cnt, FT_Long face_index, FT_Face *aface ) argument
1763 Mac_Read_sfnt_Resource( FT_Library library, FT_Stream stream, FT_Long *offsets, FT_Long resource_cnt, FT_Long face_index, FT_Face *aface ) argument
1835 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) argument
1895 IsMacBinary( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface ) argument
1946 load_face_in_embedded_rfork( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
2043 load_mac_face( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
H A Dsfobjs.c851 FT_Int face_index; local
886 face_index = FT_ABS( face_instance_index ) & 0xFFFF;
888 if ( face_index >= face->ttc_header.count )
893 face_index = 0;
896 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
976 face->root.face_index = face_index;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/winfonts/
H A Dwinfnt.c278 FT_Long face_index; local
283 face_index = FT_ABS( face_instance_index ) & 0xFFFF;
383 if ( face_index >= font_count )
392 if ( FT_STREAM_SEEK( font_offset + (FT_ULong)face_index * 12 ) ||
551 if ( face_index == face->root.num_faces )
587 if ( face_index >= face->root.num_faces )
718 FT_Int face_index; local
726 face_index = FT_ABS( face_instance_index ) & 0xFFFF;
754 if ( face_index > 0 )
770 root->face_index
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftmac.c27 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 );
700 FT_New_Face_From_LWFN( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
732 FT_New_Face_From_SFNT( FT_Library library, ResID sfnt_id, FT_Long face_index, FT_Face* aface ) argument
804 FT_New_Face_From_Suitcase( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
926 FT_New_Face_From_Resource( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
[all...]
H A Dftobjs.c1118 FT_Long face_index,
1168 (FT_Int)face_index,
1215 FT_Long face_index,
1229 return FT_Open_Face( library, &args, face_index, aface );
1241 FT_Long face_index,
1256 return FT_Open_Face( library, &args, face_index, aface );
1348 FT_Long face_index,
1383 if ( face_index > 0 )
1384 face_index &= 0x7FFF0000L; /* retain GX data */
1387 error = FT_Open_Face( library, &args, face_index, afac
1115 open_face( FT_Driver driver, FT_Stream *astream, FT_Bool external_stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) argument
1415 ft_lookup_PS_in_sfnt_stream( FT_Stream stream, FT_Long face_index, FT_ULong* offset, FT_ULong* length, FT_Bool* is_sfnt_cid ) argument
1556 Mac_Read_POST_Resource( FT_Library library, FT_Stream stream, FT_Long *offsets, FT_Long resource_cnt, FT_Long face_index, FT_Face *aface ) argument
1751 Mac_Read_sfnt_Resource( FT_Library library, FT_Stream stream, FT_Long *offsets, FT_Long resource_cnt, FT_Long face_index, FT_Face *aface ) argument
1823 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) argument
1883 IsMacBinary( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface ) argument
1934 load_face_in_embedded_rfork( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
2031 load_mac_face( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfobjs.c831 FT_Int face_index; local
866 face_index = FT_ABS( face_instance_index ) & 0xFFFF;
868 if ( face_index >= face->ttc_header.count )
873 face_index = 0;
876 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
924 face->root.face_index = face_index;
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp513 int face_index; local
514 if (FcPatternGetInteger(match, FC_INDEX, 0, &face_index) != FcResultMatch) {
522 outIdentity->fTTCIndex = face_index;
/external/harfbuzz_ng/util/
H A Doptions.hh292 face_index = 0;
311 int face_index; member in struct:font_options_t
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
H A DbtGImpactShape.h648 SIMD_FORCE_INLINE void get_indices(int face_index,unsigned int &i0,unsigned int &i1,unsigned int &i2) const argument
652 unsigned short* s_indices = (unsigned short *)(indexbase + face_index * indexstride);
659 unsigned int * i_indices = (unsigned int *)(indexbase + face_index*indexstride);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
H A Dftmac.c24 support this I use the face_index argument of FT_(Open|New)_Face()
181 FT_Long* face_index )
185 FT_UNUSED( face_index );
195 FT_Long* face_index )
207 if ( !fontName || !face_index )
210 *face_index = 0;
229 *face_index = 0;
260 ++(*face_index);
314 FT_Long* face_index )
320 *face_index
1080 FT_New_Face_From_LWFN( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
1112 FT_New_Face_From_SFNT( FT_Library library, ResID sfnt_id, FT_Long face_index, FT_Face* aface ) argument
1181 FT_New_Face_From_Suitcase( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
1347 FT_New_Face_From_Resource( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
[all...]
/external/freetype/include/freetype/
H A Dfreetype.h878 /* face_index :: This field holds two different values. */
891 /* `face_index' is set to 0x00030004. */
894 /* `face_index' is always a positive value). */
1040 FT_Long face_index; member in struct:FT_FaceRec_
1376 ( (face)->face_index & 0x7FFF0000L )
2010 /* face_index :: See @FT_Open_Face for a detailed description of this */
2014 /* aface :: A handle to a new face object. If `face_index' is */
2027 FT_Long face_index,
2048 /* face_index :: See @FT_Open_Face for a detailed description of this */
2052 /* aface :: A handle to a new face object. If `face_index' i
[all...]
/external/freetype/src/base/
H A Dftobjs.c1129 FT_Long face_index,
1179 (FT_Int)face_index,
1226 FT_Long face_index,
1240 return FT_Open_Face( library, &args, face_index, aface );
1252 FT_Long face_index,
1267 return FT_Open_Face( library, &args, face_index, aface );
1359 FT_Long face_index,
1394 if ( face_index > 0 )
1395 face_index &= 0x7FFF0000L; /* retain GX data */
1398 error = FT_Open_Face( library, &args, face_index, afac
1126 open_face( FT_Driver driver, FT_Stream *astream, FT_Bool external_stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) argument
1426 ft_lookup_PS_in_sfnt_stream( FT_Stream stream, FT_Long face_index, FT_ULong* offset, FT_ULong* length, FT_Bool* is_sfnt_cid ) argument
1583 Mac_Read_POST_Resource( FT_Library library, FT_Stream stream, FT_Long *offsets, FT_Long resource_cnt, FT_Long face_index, FT_Face *aface ) argument
1778 Mac_Read_sfnt_Resource( FT_Library library, FT_Stream stream, FT_Long *offsets, FT_Long resource_cnt, FT_Long face_index, FT_Face *aface ) argument
1851 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) argument
1911 IsMacBinary( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface ) argument
1962 load_face_in_embedded_rfork( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
2059 load_mac_face( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
H A Dfreetype.h879 /* face_index :: This field holds two different values. */
892 /* `face_index' is set to 0x00030004. */
895 /* `face_index' is always a positive value). */
1037 FT_Long face_index; member in struct:FT_FaceRec_
1993 /* face_index :: See @FT_Open_Face for a detailed description of this */
1997 /* aface :: A handle to a new face object. If `face_index' is */
2010 FT_Long face_index,
2031 /* face_index :: See @FT_Open_Face for a detailed description of this */
2035 /* aface :: A handle to a new face object. If `face_index' is */
2048 FT_Long face_index,
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c2973 int pos_index = -1, face_index = -1; local
2988 face_index = i;
3071 if (face_index != -1) {
3073 S_0286D0_FRONT_FACE_ADDR(rshader->input[face_index].gpr);
H A Dr600_state.c2467 int pos_index = -1, face_index = -1; local
2478 face_index = i;
2548 if (face_index != -1) {
2550 S_0286D0_FRONT_FACE_ADDR(rshader->input[face_index].gpr);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp515 int face_index) {
526 int ret = FXFT_New_Memory_Face(library, pData, size, face_index,
544 int face_index = 0; local
555 face_index = 0;
557 face_index = index;
559 return face_index;
572 int face_index = GetTTCIndex(pFontDesc->m_pFontData, ttc_size, font_offset); local
573 if (!pFontDesc->m_TTCFace.m_pFaces[face_index]) {
574 pFontDesc->m_TTCFace.m_pFaces[face_index] =
575 GetFixedFace(pFontDesc->m_pFontData, ttc_size, face_index);
510 AddCachedFace(const CFX_ByteString& face_name, int weight, FX_BOOL bItalic, uint8_t* pData, FX_DWORD size, int face_index) argument
592 int face_index = GetTTCIndex(pFontDesc->m_pFontData, ttc_size, font_offset); local
598 GetFixedFace(const uint8_t* pData, FX_DWORD size, int face_index) argument
609 GetFileFace(const FX_CHAR* filename, int face_index) argument
[all...]
/external/pdfium/third_party/freetype/include/freetype/
H A Dfreetype.h879 /* face_index :: This field holds two different values. */
892 /* `face_index' is set to 0x00030004. */
895 /* `face_index' is always a positive value). */
1037 FT_Long face_index; member in struct:FT_FaceRec_
1993 /* face_index :: See @FT_Open_Face for a detailed description of this */
1997 /* aface :: A handle to a new face object. If `face_index' is */
2010 FT_Long face_index,
2031 /* face_index :: See @FT_Open_Face for a detailed description of this */
2035 /* aface :: A handle to a new face object. If `face_index' is */
2048 FT_Long face_index,
[all...]

Completed in 917 milliseconds