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

  /external/skia/src/core/
SkAdvancedTypefaceMetrics.h 39 , fCapHeight(0)
85 int16_t fCapHeight; // Height (from baseline) of top of flat capitals.
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 122 FX_FLOAT fCapHeight = GetCaptionHeight();
129 rect.height += fCapHeight + fCYBorder + fEdge + fEdge;
744 FX_FLOAT fCapHeight = GetCaptionHeight();
745 if (fCapHeight > 0) {
747 m_rtCaption.height = fCapHeight;
    [all...]
  /external/skia/include/core/
SkPaint.h 741 SkScalar fCapHeight; //!< The cap height (> 0), or 0 if cannot be determined.
    [all...]

Completed in 133 milliseconds