HomeSort by relevance Sort by last modified time
    Searched defs:glyph (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/icu/icu4c/source/layout/
SingleSubstitutionSubtables.cpp 45 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
46 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID);
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
63 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
64 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
SinglePositioningSubtables.cpp 46 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
47 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
60 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
61 le_int16 coverageIndex = (le_int16) getGlyphCoverage(base, glyph, success);
AlternateSubstSubtables.cpp 21 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
22 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
33 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) {
SimpleArrayProcessor2.cpp 41 le_int32 glyph; local
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
44 LEGlyphID thisGlyph = glyphStorage[glyph];
48 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor.cpp 39 le_int32 glyph; local
41 for (glyph = 0; glyph < glyphCount && LE_SUCCESS(success); glyph += 1) {
42 LEGlyphID thisGlyph = glyphStorage[glyph];
48 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor2.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SimpleArrayProcessor.cpp 38 le_int32 glyph; local
42 for (glyph = 0; LE_SUCCESS(success) && (glyph < glyphCount); glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SingleTableProcessor.cpp 38 le_int32 glyph; local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
42 const LookupSingle *lookupSingle = singleTableLookupTable->lookupSingle(singleTableLookupTable, entries, glyphStorage[glyph], success);
45 glyphStorage[glyph] = SWAPW(lookupSingle->value);
SingleTableProcessor2.cpp 40 le_int32 glyph; local
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
44 const LookupSingle *lookupSingle = singleTableLookupTable->lookupSingle(singleTableLookupTable, entries, glyphStorage[glyph], success);
47 glyphStorage[glyph] = SWAPW(lookupSingle->value);
TrimmedArrayProcessor.cpp 47 le_int32 glyph; local
49 for (glyph = 0; glyph < glyphCount; glyph += 1) {
50 LEGlyphID thisGlyph = glyphStorage[glyph];
56 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor2.cpp 43 le_int32 glyph; local
45 for (glyph = 0; glyph < glyphCount; glyph += 1) {
46 LEGlyphID thisGlyph = glyphStorage[glyph];
52 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
LigatureSubstSubtables.cpp 18 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
19 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
MultipleSubstSubtables.cpp 23 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
32 if (filter != NULL && filter->accept(glyph)) {
36 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
SegmentArrayProcessor.cpp 39 le_int32 glyph; local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
42 LEGlyphID thisGlyph = glyphStorage[glyph];
52 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentArrayProcessor2.cpp 39 le_int32 glyph; local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
42 LEGlyphID thisGlyph = glyphStorage[glyph];
53 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.cc 41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format()); local
42 return glyph.Detach();
bitmap_glyph.cc 30 BitmapGlyphPtr glyph; local
34 glyph.Attach(down_cast<BitmapGlyph*>(builder->Build()));
36 return glyph;
composite_bitmap_glyph.cc 55 throw IllegalStateException("Attempt to create a Composite Bitmap Glyph "
105 Ptr<CompositeBitmapGlyph> glyph = new CompositeBitmapGlyph(data, format()); local
106 return glyph.Detach();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.cc 41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format()); local
42 return glyph.Detach();
bitmap_glyph.cc 30 BitmapGlyphPtr glyph; local
34 glyph.Attach(down_cast<BitmapGlyph*>(builder->Build()));
36 return glyph;
composite_bitmap_glyph.cc 55 throw IllegalStateException("Attempt to create a Composite Bitmap Glyph "
105 Ptr<CompositeBitmapGlyph> glyph = new CompositeBitmapGlyph(data, format()); local
106 return glyph.Detach();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.h 23 #include "platform/fonts/Glyph.h"
40 SVGTextMetrics(RenderSVGInlineText*, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId);
58 Glyph glyph() const { return m_glyph; } function in class:WebCore::SVGTextMetrics
66 Glyph m_glyph;
  /external/chromium_org/third_party/skia/src/gpu/
GrTextContext.cpp 49 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); local
51 x += autokern.adjust(glyph) + glyph.fAdvanceX;
52 y += glyph.fAdvanceY;
GrTextStrike_impl.h 85 static bool LessThan(const GrGlyph& glyph, const Key& key) {
86 return glyph.fPackedID < key.fPackedID;
88 static bool Equals(const GrGlyph& glyph, const Key& key) {
89 return glyph.fPackedID == key.fPackedID;
98 GrGlyph* glyph = fCache.find(packed); local
99 if (NULL == glyph) {
100 glyph = this->generateGlyph(packed, scaler);
102 return glyph;
  /external/skia/src/gpu/
GrTextContext.cpp 49 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); local
51 x += autokern.adjust(glyph) + glyph.fAdvanceX;
52 y += glyph.fAdvanceY;

Completed in 1067 milliseconds

1 2 3 4 5 6 7