Searched refs:strid (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmm.h136 /* strid :: The entry in `name' table (another GX version of */
149 FT_UInt strid; member in struct:FT_Var_Axis_
168 /* strid :: The entry in `name' table identifying this style. */
173 FT_UInt strid; member in struct:FT_Var_Named_Style_
/external/freetype/include/
H A Dftmm.h136 /* strid :: The entry in `name' table (another GX version of */
149 FT_UInt strid; member in struct:FT_Var_Axis_
168 /* strid :: The entry in `name' table identifying this style. */
173 FT_UInt strid; member in struct:FT_Var_Named_Style_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmm.h136 /* strid :: The entry in `name' table (another GX version of */
149 FT_UInt strid; member in struct:FT_Var_Axis_
168 /* strid :: The entry in `name' table identifying this style. */
173 FT_UInt strid; member in struct:FT_Var_Named_Style_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmm.h136 /* strid :: The entry in `name' table (another GX version of */
149 FT_UInt strid; member in struct:FT_Var_Axis_
168 /* strid :: The entry in `name' table identifying this style. */
173 FT_UInt strid; member in struct:FT_Var_Named_Style_
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp1082 FX_DWORD strid = 0; local
1085 strid = strid * 256 + m_Ptr[start_pos + i];
1087 strid = strid << ((4 - m_Length + start_pos) * 8);
1090 strid = strid * 256 + m_Ptr[start_pos + i];
1093 return strid;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.c748 a->strid = axis_rec.nameID;
765 ns->strid = FT_GET_USHORT();
/external/freetype/src/truetype/
H A Dttgxvar.c748 a->strid = axis_rec.nameID;
765 ns->strid = FT_GET_USHORT();
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgxvar.c748 a->strid = axis_rec.nameID;
765 ns->strid = FT_GET_USHORT();
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1load.c336 mmvar->axis[i].strid = ~0U; /* Does not apply */

Completed in 2678 milliseconds