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

  /external/skia/src/pdf/
SkPDFFont.cpp 177 // Figure out a good guess for CapHeight: average the height of M and X.
178 SkScalar capHeight = 0;
182 capHeight += bounds.height();
184 metrics->fCapHeight = SkToS16(SkScalarRoundToInt(capHeight / 2));
282 descriptor->insertScalar("CapHeight",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 448 UINT16 capHeight;
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 200 milliseconds