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

  /external/freetype/src/cff/
cf2font.h 97 CF2_Fixed stdVW; /* in character space; depends on dict entry */
101 /* and private dict (StdVW) */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2font.h 96 CF2_Fixed stdVW; /* in character space; depends on dict entry */
100 /* and private dict (StdVW) */
  /external/pdfium/third_party/freetype/src/cff/
cf2font.h 96 CF2_Fixed stdVW; /* in character space; depends on dict entry */
100 /* and private dict (StdVW) */
  /external/freetype/src/autofit/
afloader.c 143 FT_Pos stdVW = 0;
170 &stdVW );
176 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) )
184 stdVW ) );
189 globals->standard_vertical_width = stdVW;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afloader.c 143 FT_Pos stdVW = 0;
170 &stdVW );
176 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) )
184 stdVW ) );
189 globals->standard_vertical_width = stdVW;

Completed in 1790 milliseconds