HomeSort by relevance Sort by last modified time
    Searched defs:strid (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/
ftmm.h 136 /* 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/
ftmm.h 136 /* 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/
ftmm.h 136 /* 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/
ftmm.h 136 /* 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/
fx_basic_bstring.cpp 1082 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;
    [all...]

Completed in 482 milliseconds