HomeSort by relevance Sort by last modified time
    Searched refs:fID (Results 1 - 25 of 29) sorted by null

1 2

  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 33 fID = ++fNextID;
57 GrGLuint getID() const { return fID; }
74 GrGLuint fID; // globally unique ID
  /external/skia/src/core/
SkGlyph.h 28 uint32_t fID;
36 fID = id;
74 return ID2Code(fID);
78 unsigned code = ID2Code(fID);
84 return ID2SubX(fID);
88 return SubToFixed(ID2SubX(fID));
92 return SubToFixed(ID2SubY(fID));
99 fImage, fPath, fID, fMaskFormat fields.
SkGlyphCache.cpp 105 if (rec.fID == id) {
127 if (rec->fID != id) {
129 rec->fID = id;
143 if (NULL == glyph || glyph->fID != id) {
157 if (rec->fID != id) {
160 rec->fID = id;
180 if (rec->fID != id) {
183 rec->fID = id;
203 if (NULL == glyph || glyph->fID != id) {
224 if (NULL == glyph || glyph->fID != id)
    [all...]
SkGlyphCache.h 237 uint32_t fID; // unichar + subpixel
  /external/skia/tests/
LListTest.cpp 15 ListElement(int id) : fID(id) {
17 bool operator== (const ListElement& other) { return fID == other.fID; }
24 int fID;
79 REPORTER_ASSERT(reporter, cur->fID == 3-i);
84 REPORTER_ASSERT(reporter, cur->fID == i);
120 REPORTER_ASSERT(reporter, cur->fID == i);
159 REPORTER_ASSERT(reporter, iter1.get()->fID == iter2.get()->fID);
162 REPORTER_ASSERT(reporter, iter3.get()->fID == iter1.get()->fID)
    [all...]
  /external/skia/include/views/
SkEventSink.h 33 SkEventSinkID getSinkID() const { return fID; }
103 SkEventSinkID fID;
SkOSMenu.h 61 int getID() const { return fID; }
84 int fID;
  /external/skia/legacy/include/views/
SkEventSink.h 31 SkEventSinkID getSinkID() const { return fID; }
101 SkEventSinkID fID;
SkOSMenu.h 61 int getID() const { return fID; }
84 int fID;
  /external/skia/legacy/include/core/
SkScalerContext.h 42 uint32_t fID;
50 fID = id;
88 return ID2Code(fID);
92 unsigned code = ID2Code(fID);
98 return ID2SubX(fID);
102 return SubToFixed(ID2SubX(fID));
106 return SubToFixed(ID2SubY(fID));
113 fImage, fPath, fID, fMaskFormat fields.
  /external/skia/legacy/src/core/
SkGlyphCache.cpp 103 if (rec.fID == id) {
125 if (rec->fID != id) {
127 rec->fID = id;
141 if (NULL == glyph || glyph->fID != id) {
155 if (rec->fID != id) {
158 rec->fID = id;
178 if (rec->fID != id) {
181 rec->fID = id;
201 if (NULL == glyph || glyph->fID != id) {
222 if (NULL == glyph || glyph->fID != id)
    [all...]
SkGlyphCache.h 249 uint32_t fID; // unichar + subpixel
  /external/icu4c/i18n/unicode/
timezone.h     [all...]
  /frameworks/rs/driver/
rsdShaderCache.cpp 113 uint32_t fID = frag->getStateBasedShaderID(rsc);
116 if (!vID || !fID) {
121 if ((mEntries[ct]->vtx == vID) && (mEntries[ct]->frag == fID)) {
138 e->frag = fID;
144 glAttachShader(pgm, fID);
  /external/icu4c/i18n/
timezone.cpp 340 : UObject(), fID()
347 : UObject(), fID(id)
360 : UObject(source), fID(source.fID)
369 if (this != &right) fID = right.fID;
379 fID == that.fID;
    [all...]
  /external/skia/legacy/src/views/
SkEventSink.cpp 40 fID = ++globals.fNextSinkID;
SkOSMenu.cpp 99 fID = sk_atomic_inc(&gOSMenuCmd);
  /external/skia/src/views/
SkEventSink.cpp 42 fID = ++globals.fNextSinkID;
SkOSMenu.cpp 99 fID = sk_atomic_inc(&gOSMenuCmd);
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 958 sprintf(buf, "generatePath: id:%d, w=%d, h=%d, font:%s,fh:%d\n", glyph.fID, glyph.fWidth, glyph.fHeight, lf.lfFaceName, lf.lfHeight);
963 uint32_t total_size = GetGlyphOutlineW(fDDC, glyph.fID, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, BUFFERSIZE, glyphbuf, &fMat22);
966 total_size = GetGlyphOutlineW(fDDC, glyph.fID, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, BUFFERSIZE, glyphbuf, &fMat22);
    [all...]
SkFontHost_mac_atsui.cpp 417 fStyle,glyph.fID,
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_mac_atsui.cpp 417 fStyle,glyph.fID,
  /frameworks/base/libs/hwui/font/
Font.cpp 463 newGlyph->mGlyphIndex = skiaGlyph.fID;

Completed in 4138 milliseconds

1 2