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

  /external/skia/legacy/include/core/
SkAdvancedTypefaceMetrics.h 105 SkTScopedPtr<WidthRange> fGlyphWidths;
  /external/icu4c/layoutex/
ParagraphLayout.cpp 322 fGlyphToCharMap(NULL), fCharToMinGlyphMap(NULL), fCharToMaxGlyphMap(NULL), fGlyphWidths(NULL), fGlyphCount(0),
434 fGlyphWidths = LE_NEW_ARRAY(float, fGlyphCount);
438 if ((fGlyphWidths == NULL) || (fGlyphToCharMap == NULL) ||
478 fGlyphWidths[glyphBase + glyph] = fStyleRunInfo[run].positions[glyph * 2 + 2] - fStyleRunInfo[run].positions[glyph * 2];
482 LXUtilities::reverse(&fGlyphWidths[glyphBase], glyphCount);
568 if (fGlyphWidths != NULL) {
569 LE_DELETE_ARRAY(fGlyphWidths);
570 fGlyphWidths = NULL;
674 while (glyph < fGlyphCount && widthSoFar + fGlyphWidths[glyph] <= width) {
675 widthSoFar += fGlyphWidths[glyph++]
    [all...]
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 107 SkTScopedPtr<WidthRange> fGlyphWidths;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 575 appendRange(&info->fGlyphWidths, 0);
577 info->fGlyphWidths->fAdvance.append(1, &advance);
578 finishRange(info->fGlyphWidths.get(), 0,
581 appendRange(&info->fGlyphWidths, 0);
592 info->fGlyphWidths->fAdvance.append(1, &advance);
595 finishRange(info->fGlyphWidths.get(), face->num_glyphs - 1,
598 info->fGlyphWidths.reset(
    [all...]
SkFontHost_mac_coretext.cpp     [all...]
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp     [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 620 float *fGlyphWidths;
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp 561 appendRange(&info->fGlyphWidths, 0);
563 info->fGlyphWidths->fAdvance.append(1, &advance);
564 finishRange(info->fGlyphWidths.get(), 0,
567 appendRange(&info->fGlyphWidths, 0);
578 info->fGlyphWidths->fAdvance.append(1, &advance);
581 finishRange(info->fGlyphWidths.get(), face->num_glyphs - 1,
584 info->fGlyphWidths.reset(
    [all...]
SkFontHost_win.cpp     [all...]
SkFontHost_mac_coretext.cpp     [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 251 milliseconds