HomeSort by relevance Sort by last modified time
    Searched full:vertresolution (Results 1 - 15 of 15) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 38 * template unsigned int(32) vertresolution = 0x00480000; // 72 dpi
67 private double vertresolution = 72; field in class:VisualSampleEntry
91 return vertresolution;
122 public void setVertresolution(double vertresolution) {
123 this.vertresolution = vertresolution;
147 vertresolution = IsoTypeReader.readFixedPoint1616(content);
  /external/libgdx/extensions/gdx-freetype/jni/
com.badlogic.gdx.graphics.g2d.freetype.FreeType.cpp 172 JNIEXPORT jboolean JNICALL Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Face_setCharSize(JNIEnv* env, jclass clazz, jlong face, jint charWidth, jint charHeight, jint horzResolution, jint vertResolution) {
177 return !FT_Set_Char_Size((FT_Face)face, charWidth, charHeight, horzResolution, vertResolution);
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeType.java 222 public boolean setCharSize(int charWidth, int charHeight, int horzResolution, int vertResolution) {
223 return setCharSize(address, charWidth, charHeight, horzResolution, vertResolution);
226 private static native boolean setCharSize(long face, int charWidth, int charHeight, int horzResolution, int vertResolution); /*
227 return !FT_Set_Char_Size((FT_Face)face, charWidth, charHeight, horzResolution, vertResolution);
  /external/freetype/src/truetype/
ttdriver.c 348 : req->vertResolution;
  /external/freetype/include/freetype/internal/
ftobjs.h 625 ( (req)->vertResolution \
626 ? ( (req)->height * (FT_Pos)(req)->vertResolution + 36 ) / 72 \
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftobjs.h 624 ( (req)->vertResolution \
625 ? ( (req)->height * (FT_Pos)(req)->vertResolution + 36 ) / 72 \
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h 621 ( (req)->vertResolution \
622 ? ( (req)->height * (FT_Pos)(req)->vertResolution + 36 ) / 72 \
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
freetype.h     [all...]
  /external/pdfium/third_party/freetype/include/freetype/
freetype.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-base_interface.html     [all...]

Completed in 448 milliseconds