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

  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 112 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/src/ports/
SkFontHost_FreeType.cpp 523 appendRange(&info->fGlyphWidths, 0);
525 info->fGlyphWidths->fAdvance.append(1, &advance);
526 finishRange(info->fGlyphWidths.get(), 0,
529 appendRange(&info->fGlyphWidths, 0);
540 info->fGlyphWidths->fAdvance.append(1, &advance);
543 finishRange(info->fGlyphWidths.get(), face->num_glyphs - 1,
546 info->fGlyphWidths.reset(
    [all...]
SkFontHost_mac_coretext.cpp 763 info->fGlyphWidths.reset(
    [all...]
SkFontHost_win.cpp 849 info->fGlyphWidths.reset(
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 617 float *fGlyphWidths;
  /external/skia/src/pdf/
SkPDFFont.cpp 646 if (fFontInfo->fGlyphWidths.get()) {
649 composeAdvanceData(fFontInfo->fGlyphWidths.get(),
683 SkASSERT(fFontInfo->fGlyphWidths.get());
690 for (widthEntry = fFontInfo.get()->fGlyphWidths.get();
    [all...]

Completed in 1489 milliseconds