HomeSort by relevance Sort by last modified time
    Searched refs:fGlyphCount (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 337 const le_int32 fGlyphCount;
630 le_int32 fGlyphCount;
694 return fGlyphCount;
728 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
734 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
741 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
  /external/skia/src/ports/
SkScalerContext_win_dw.h 67 int fGlyphCount;
SkScalerContext_win_dw.cpp 210 , fGlyphCount(-1) {
366 if (fGlyphCount < 0) {
367 fGlyphCount = this->getDWriteTypeface()->fDWriteFontFace->GetGlyphCount();
369 return fGlyphCount;
    [all...]
SkFontHost_win.cpp 574 int fGlyphCount;
619 , fGlyphCount(-1)
781 if (fGlyphCount < 0) {
782 fGlyphCount = calculateGlyphCount(
785 return fGlyphCount;
    [all...]
SkFontHost_mac.cpp 738 uint16_t fGlyphCount;
782 fGlyphCount = SkToU16(numGlyphs);
    [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.h 67 int fGlyphCount;
SkScalerContext_win_dw.cpp 210 , fGlyphCount(-1) {
366 if (fGlyphCount < 0) {
367 fGlyphCount = this->getDWriteTypeface()->fDWriteFontFace->GetGlyphCount();
369 return fGlyphCount;
    [all...]
SkFontHost_win.cpp 574 int fGlyphCount;
619 , fGlyphCount(-1)
781 if (fGlyphCount < 0) {
782 fGlyphCount = calculateGlyphCount(
785 return fGlyphCount;
    [all...]
SkFontHost_mac.cpp 738 uint16_t fGlyphCount;
782 fGlyphCount = SkToU16(numGlyphs);
    [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 324 fGlyphToCharMap(NULL), fCharToMinGlyphMap(NULL), fCharToMaxGlyphMap(NULL), fGlyphWidths(NULL), fGlyphCount(0),
403 fGlyphCount = 0;
411 fStyleRunInfo[run].glyphBase = fGlyphCount;
429 fGlyphCount += fStyleRunInfo[run].glyphCount;
439 fGlyphWidths = LE_NEW_ARRAY(float, fGlyphCount);
440 fGlyphToCharMap = LE_NEW_ARRAY(le_int32, fGlyphCount + 1);
497 fGlyphToCharMap[fGlyphCount] = fCharCount;
507 for (glyph = fGlyphCount - 1; glyph >= 0; glyph -= 1) {
513 fCharToMinGlyphMap[fCharCount] = fGlyphCount;
515 for (glyph = 0; glyph < fGlyphCount; glyph += 1)
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 220 milliseconds