Home
last modified time | relevance | path

Searched refs:fID (Results 1 – 25 of 62) sorted by relevance

123

/external/skia/src/core/
DSkGlyphCache.cpp124 if (rec.fID == id) { in unicharToGlyph()
142 if (rec->fID != id) { in getUnicharAdvance()
144 rec->fID = id; in getUnicharAdvance()
158 if (NULL == glyph || glyph->fID != id) { in getGlyphIDAdvance()
172 if (rec->fID != id) { in getUnicharMetrics()
175 rec->fID = id; in getUnicharMetrics()
195 if (rec->fID != id) { in getUnicharMetrics()
198 rec->fID = id; in getUnicharMetrics()
218 if (NULL == glyph || glyph->fID != id) { in getGlyphIDMetrics()
239 if (NULL == glyph || glyph->fID != id) { in getGlyphIDMetrics()
[all …]
DSkGlyphCache.h208 uint32_t fID; // unichar + subpixel member
DSkScalerContext.cpp384 tmpGlyph.fID = origGlyph.fID; in getImage()
/external/skia/include/core/
DSkScalerContext.h39 uint32_t fID; member
65 return ID2Code(fID); in getGlyphID()
69 unsigned code = ID2Code(fID); in getGlyphID()
75 return ID2SubX(fID); in getSubX()
79 return SubToFixed(ID2SubX(fID)); in getSubXFixed()
83 return SubToFixed(ID2SubY(fID)); in getSubYFixed()
/external/skia/src/gl/
DSkGLTextCache.cpp51 glyph.fID, sizeof(strike->fGlyphIDArray[0])); in findGlyph()
104 int index = SkTSearch(idArray, glyphCount, glyph.fID, sizeof(idArray[0])); in addGlyphAndBind()
109 idArray[index] = glyph.fID; in addGlyphAndBind()
117 strike, glyph.fID, glyph.fWidth, glyph.fHeight, in addGlyphAndBind()
/external/skia/include/views/
DSkEventSink.h37 SkEventSinkID getSinkID() const { return fID; } in getSinkID()
95 SkEventSinkID fID;
/external/icu4c/i18n/unicode/
Dtimezone.h751 UnicodeString fID; // this time zone's ID variable
761 ID = fID; in getID()
770 fID = ID; in setID()
/external/chromium/third_party/icu/public/i18n/unicode/
Dtimezone.h777 UnicodeString fID; // this time zone's ID variable
786 ID = fID; in getID()
795 fID = ID; in setID()
/external/icu4c/i18n/
Dtimezone.cpp347 : UObject(), fID() in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION()
354 : UObject(), fID(id) in TimeZone()
367 : UObject(source), fID(source.fID) in TimeZone()
376 if (this != &right) fID = right.fID; in operator =()
386 fID == that.fID; in operator ==()
1000 fID.extract(0, sizeof(buf)-1, buf, sizeof(buf), ""); in getDisplayName()
/external/chromium/third_party/icu/source/i18n/
Dtimezone.cpp409 : UObject(), fID() in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION()
416 : UObject(), fID(id) in TimeZone()
429 : UObject(source), fID(source.fID) in TimeZone()
438 if (this != &right) fID = right.fID; in operator =()
448 fID == that.fID; in operator ==()
1144 fID.extract(0, sizeof(buf)-1, buf, sizeof(buf), ""); in getDisplayName()
/external/skia/src/views/
DSkEventSink.cpp49 fID = ++globals.fNextSinkID; in SkEventSink()
/external/icu4c/test/intltest/
Drbbitst.cpp3283 UnicodeSet *fID; member in RBBILineMonkey
3336 fID = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ID}]"), status); in RBBILineMonkey()
3386 fSets->addElement(fID, status); in RBBILineMonkey()
3710 fID->contains(prevChar) && fIN->contains(thisChar) || in next()
3720 if (fID->contains(prevChar) && fPO->contains(thisChar) || in next()
3730 if (fPR->contains(prevChar) && fID->contains(thisChar) || in next()
3869 delete fID; in ~RBBILineMonkey()
/external/chromium/third_party/icu/source/test/intltest/
Drbbitst.cpp3605 UnicodeSet *fID; member in RBBILineMonkey
3657 fID = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ID}]"), status); in RBBILineMonkey()
3706 fSets->addElement(fID, status); in RBBILineMonkey()
4029 fID->contains(prevChar) && fIN->contains(thisChar) || in next()
4039 if (fID->contains(prevChar) && fPO->contains(thisChar) || in next()
4049 if (fPR->contains(prevChar) && fID->contains(thisChar) || in next()
4177 delete fID; in ~RBBILineMonkey()
/external/chromium/third_party/libevent/sample/
DMakefile.in271 mkid -fID $$unique
/external/elfutils/libcpu/
DMakefile.in250 mkid -fID $$unique
DMakefile250 mkid -fID $$unique
/external/grub/stage1/
DMakefile.in270 mkid -fID $$unique
/external/grub/lib/
DMakefile.in258 mkid -fID $$unique
/external/libffi/include/
DMakefile.in252 mkid -fID $$unique
/external/elfutils/src/
DMakefile435 mkid -fID $$unique
DMakefile.in435 mkid -fID $$unique
/external/elfutils/lib/
DMakefile266 mkid -fID $$unique
DMakefile.in266 mkid -fID $$unique
/external/grub/grub/
DMakefile.in284 mkid -fID $$unique
/external/bison/src/
DMakefile.in446 mkid -fID $$unique

123