Searched defs:fID (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/skia/include/ports/
H A DSkFontConfigInterface.h49 FontIdentity() : fID(0), fTTCIndex(0) {}
52 return fID == other.fID &&
60 uint32_t fID; member in struct:SkFontConfigInterface::FontIdentity
/external/chromium_org/third_party/skia/include/views/
H A DSkEventSink.h33 SkEventSinkID getSinkID() const { return fID; }
103 SkEventSinkID fID; member in class:SkEventSink
H A DSkOSMenu.h61 int getID() const { return fID; }
84 int fID; member in class:SkOSMenu::Item
/external/skia/include/ports/
H A DSkFontConfigInterface.h47 FontIdentity() : fID(0), fTTCIndex(0) {}
50 return fID == other.fID &&
58 uint32_t fID; member in struct:SkFontConfigInterface::FontIdentity
/external/skia/include/views/
H A DSkEventSink.h33 SkEventSinkID getSinkID() const { return fID; }
103 SkEventSinkID fID; member in class:SkEventSink
H A DSkOSMenu.h61 int getID() const { return fID; }
84 int fID; member in class:SkOSMenu::Item
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h924 UnicodeString fID; // this time zone's ID member in class:TimeZone
935 ID = fID;
944 fID = ID;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLBufferImpl.h24 GrGLuint fID; // set to 0 to indicate buffer is CPU-backed and not a VBO. member in struct:GrGLBufferImpl::Desc
32 SkASSERT(0 == fDesc.fID);
38 GrGLuint bufferID() const { return fDesc.fID; }
H A DGrGLVertexArray.h156 GrGLuint arrayID() const { return fID; }
168 GrGLuint fID; member in class:GrGLVertexArray
/external/chromium_org/third_party/skia/tests/
H A DGrAllocatorTest.cpp15 C() : fID(-1) { ++gInstCnt; }
16 C(int id) : fID(id) { ++gInstCnt; }
18 int fID; member in struct:__anon15387::C
58 REPORTER_ASSERT(reporter, iter.next() && i == iter.get()->fID);
62 REPORTER_ASSERT(reporter, cnt-1 == allocator->back().fID);
H A DLListTest.cpp15 ListElement(int id) : fID(id) {
17 bool operator== (const ListElement& other) { return fID == other.fID; }
24 int fID; member in class:ListElement
77 REPORTER_ASSERT(reporter, cur->fID == 3-i);
82 REPORTER_ASSERT(reporter, cur->fID == i);
118 REPORTER_ASSERT(reporter, cur->fID == i);
157 REPORTER_ASSERT(reporter, iter1.get()->fID == iter2.get()->fID);
160 REPORTER_ASSERT(reporter, iter3.get()->fID
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h924 UnicodeString fID; // this time zone's ID member in class:TimeZone
935 ID = fID;
944 fID = ID;
/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.h24 GrGLuint fID; // set to 0 to indicate buffer is CPU-backed and not a VBO. member in struct:GrGLBufferImpl::Desc
32 SkASSERT(0 == fDesc.fID);
38 GrGLuint bufferID() const { return fDesc.fID; }
H A DGrGLVertexArray.h156 GrGLuint arrayID() const { return fID; }
168 GrGLuint fID; member in class:GrGLVertexArray
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTraceMarker.h17 GrGpuTraceMarker(const char* marker, int idCounter) : fMarker(marker), fID(idCounter) {}
20 return this->fMarker < rhs.fMarker || (this->fMarker == rhs.fMarker && this->fID < rhs.fID);
24 return (this->fID == rhs.fID && this->fMarker == rhs.fMarker);
28 int fID; member in class:GrGpuTraceMarker
H A DGrAtlas.h38 int id() const { return fID; }
60 int fID; member in class:GrPlot
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h32 fID = ++fNextID;
56 GrGLuint getID() const { return fID; }
73 GrGLuint fID; // globally unique ID member in class:GrFakeRefObj
/external/skia/src/gpu/
H A DGrTraceMarker.h17 GrGpuTraceMarker(const char* marker, int idCounter) : fMarker(marker), fID(idCounter) {}
20 return this->fMarker < rhs.fMarker || (this->fMarker == rhs.fMarker && this->fID < rhs.fID);
24 return (this->fID == rhs.fID && this->fMarker == rhs.fMarker);
28 int fID; member in class:GrGpuTraceMarker
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h32 fID = ++fNextID;
56 GrGLuint getID() const { return fID; }
73 GrGLuint fID; // globally unique ID member in class:GrFakeRefObj
/external/chromium_org/third_party/skia/bench/
H A DGrResourceCacheBench.cpp29 , fID(id) {
36 return 100 + ((fID % 1 == 0) ? -5 : 6);
43 int fID; member in class:StencilResource
54 , fID(id) {
61 return 100 + ((fID % 1 == 0) ? -40 : 33);
68 int fID; member in class:TextureResource
122 if (static_cast<TextureResource*>(item)->fID != k) {
136 if (static_cast<TextureResource*>(item)->fID != k) {
/external/skia/bench/
H A DGrResourceCacheBench.cpp28 : fID(id) {
32 return 100 + ((fID % 1 == 0) ? -5 : 6);
43 int fID; member in class:StencilResource
53 : fID(id) {
57 return 100 + ((fID % 1 == 0) ? -40 : 33);
68 int fID; member in class:TextureResource
122 if (static_cast<TextureResource*>(item)->fID != k) {
136 if (static_cast<TextureResource*>(item)->fID != k) {
/external/skia/tests/
H A DLListTest.cpp15 ListElement(int id) : fID(id) {
17 bool operator== (const ListElement& other) { return fID == other.fID; }
24 int fID; member in class:ListElement
77 REPORTER_ASSERT(reporter, cur->fID == 3-i);
82 REPORTER_ASSERT(reporter, cur->fID == i);
118 REPORTER_ASSERT(reporter, cur->fID == i);
157 REPORTER_ASSERT(reporter, iter1.get()->fID == iter2.get()->fID);
160 REPORTER_ASSERT(reporter, iter3.get()->fID
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyph.h28 uint32_t fID; member in struct:SkGlyph
38 fID = id;
78 return ID2Code(fID);
82 return ID2SubX(fID);
86 return SubToFixed(ID2SubX(fID));
90 return SubToFixed(ID2SubY(fID));
97 fImage, fPath, fID, fMaskFormat fields.
H A DSkGlyphCache.h205 uint32_t fID; // unichar + subpixel member in struct:SkGlyphCache::CharGlyphRec
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.h89 int debugID() const { return fID; }
92 fID = id;
143 int fID; member in class:SkOpAngle

Completed in 1783 milliseconds

12