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

  /external/skia/src/pdf/
SkClusterator.h 20 uint32_t glyphCount() const { return fGlyphCount; }
26 uint32_t fGlyphCount;
27 explicit operator bool() const { return fGlyphCount != 0; }
32 && fGlyphCount == o.fGlyphCount;
40 uint32_t const fGlyphCount;
SkClusterator.cpp 31 , fGlyphCount(SkToU32(run.glyphsIDs().size()))
33 , fReversedChars(fClusters ? is_reversed(fClusters, fGlyphCount) : false)
36 SkASSERT(fUtf8Text && fTextByteLength > 0 && fGlyphCount > 0);
43 if (fCurrentGlyphIndex >= fGlyphCount) {
53 } while (fCurrentGlyphIndex < fGlyphCount && cluster == fClusters[fCurrentGlyphIndex]);
56 for (unsigned i = 0; i < fGlyphCount; ++i) {
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkClusterator.h 20 uint32_t glyphCount() const { return fGlyphCount; }
26 uint32_t fGlyphCount;
27 explicit operator bool() const { return fGlyphCount != 0; }
32 && fGlyphCount == o.fGlyphCount;
40 uint32_t fGlyphCount;
SkClusterator.cpp 31 , fGlyphCount(SkToU32(run.glyphsIDs().size()))
35 SkASSERT(fUtf8Text && fTextByteLength > 0 && fGlyphCount > 0);
36 fReversedChars = is_reversed(fClusters, fGlyphCount);
43 if (fCurrentGlyphIndex >= fGlyphCount) {
53 } while (fCurrentGlyphIndex < fGlyphCount && cluster == fClusters[fCurrentGlyphIndex]);
56 for (unsigned i = 0; i < fGlyphCount; ++i) {
SkPDFDevice.cpp     [all...]
  /external/skia/modules/skshaper/src/
SkShaper.cpp 35 fGlyphCount = glyphCount;
45 for (int i = 0; i < fGlyphCount; ++i) {
  /external/skia/src/core/
SkTypeface_remote.h 59 , fGlyphCount{glyphCount}
63 int glyphCount() const {return fGlyphCount;}
142 const int fGlyphCount;
  /external/skqp/src/core/
SkTypeface_remote.h 59 , fGlyphCount{glyphCount}
63 int glyphCount() const {return fGlyphCount;}
142 const int fGlyphCount;
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 335 const le_int32 fGlyphCount;
628 le_int32 fGlyphCount;
692 return fGlyphCount;
726 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
732 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
739 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
  /external/skia/tools/fonts/
SkTestSVGTypeface.h 98 return fGlyphCount;
141 int fGlyphCount;
SkTestSVGTypeface.cpp 61 , fGlyphCount(dataCount)
93 glyphID = glyphID < fGlyphCount ? glyphID : 0;
194 glyphID = glyphID < this->getTestSVGTypeface()->fGlyphCount ? glyphID : 0;
223 glyphID = glyphID < this->getTestSVGTypeface()->fGlyphCount ? glyphID : 0;
304 int totalGlyphs = fGlyphCount;
306 for (int i = 0; i < fGlyphCount; ++i) {
312 for (int i = 0; i < fGlyphCount; ++i) {
532 for (int i = 0; i < fGlyphCount; ++i) {
546 for (int i = 0; i < fGlyphCount; ++i) {
640 for (int i = 0; i < fGlyphCount; ++i)
    [all...]
  /external/skqp/tools/fonts/
SkTestSVGTypeface.h 98 return fGlyphCount;
141 int fGlyphCount;
SkTestSVGTypeface.cpp 61 , fGlyphCount(dataCount)
93 glyphID = glyphID < fGlyphCount ? glyphID : 0;
196 glyphID = glyphID < this->geTestSVGTypeface()->fGlyphCount ? glyphID : 0;
225 glyphID = glyphID < this->geTestSVGTypeface()->fGlyphCount ? glyphID : 0;
306 int totalGlyphs = fGlyphCount;
308 for (int i = 0; i < fGlyphCount; ++i) {
314 for (int i = 0; i < fGlyphCount; ++i) {
534 for (int i = 0; i < fGlyphCount; ++i) {
548 for (int i = 0; i < fGlyphCount; ++i) {
642 for (int i = 0; i < fGlyphCount; ++i)
    [all...]
  /external/skia/modules/skshaper/include/
SkShaper.h 95 int fGlyphCount;
  /external/skia/src/ports/
SkScalerContext_win_dw.h 76 int fGlyphCount;
SkScalerContext_win_dw.cpp 215 , fGlyphCount(-1) {
371 if (fGlyphCount < 0) {
372 fGlyphCount = this->getDWriteTypeface()->fDWriteFontFace->GetGlyphCount();
374 return fGlyphCount;
    [all...]
SkFontHost_win.cpp 582 int fGlyphCount;
627 , fGlyphCount(-1)
789 if (fGlyphCount < 0) {
790 fGlyphCount = calculateGlyphCount(
793 return fGlyphCount;
    [all...]
SkFontHost_mac.cpp     [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.h 76 int fGlyphCount;
SkScalerContext_win_dw.cpp 215 , fGlyphCount(-1) {
371 if (fGlyphCount < 0) {
372 fGlyphCount = this->getDWriteTypeface()->fDWriteFontFace->GetGlyphCount();
374 return fGlyphCount;
    [all...]
SkFontHost_win.cpp 581 int fGlyphCount;
626 , fGlyphCount(-1)
788 if (fGlyphCount < 0) {
789 fGlyphCount = calculateGlyphCount(
792 return fGlyphCount;
    [all...]
SkFontHost_mac.cpp     [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...]

Completed in 1207 milliseconds