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

1 2

  /external/icu/icu4c/source/i18n/unicode/
timezone.h     [all...]
  /external/skia/include/ports/
SkFontConfigInterface.h 48 FontIdentity() : fID(0), fTTCIndex(0) {}
51 return fID == other.fID &&
59 uint32_t fID;
  /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/src/gpu/
GrTraceMarker.h 16 GrGpuTraceMarker(const char* marker, int idCounter) : fMarker(marker), fID(idCounter) {}
19 return this->fMarker < rhs.fMarker || (this->fMarker == rhs.fMarker && this->fID < rhs.fID);
23 return (this->fID == rhs.fID && this->fMarker == rhs.fMarker);
27 int fID;
GrGlyph.h 34 GrBatchAtlas::AtlasID fID;
43 fID = GrBatchAtlas::kInvalidAtlasID;
GrLayerAtlas.h 39 int id() const { return fID; }
53 int fID;
GrTessellator.cpp 145 , fID (-1.0f)
157 float fID; // Identifier used for logging.
277 fTop->fID, fBottom->fID,
278 other.fTop->fID, other.fBottom->fID);
321 fID = gID++;
322 LOG("*** created Poly %d\n", fID);
389 LOG("addVertex() to %d at %g (%g, %g), %s side\n", fID, v->fID, v->fPoint.fX, v->fPoint.fY
    [all...]
  /external/skia/tests/
GrAllocatorTest.cpp 15 C() : fID(-1) { ++gInstCnt; }
16 C(int id) : fID(id) { ++gInstCnt; }
18 int fID;
58 REPORTER_ASSERT(reporter, iter.next() && i == iter.get()->fID);
62 REPORTER_ASSERT(reporter, cnt-1 == allocator->back().fID);
HashTest.cpp 97 CopyCounter() : fID(0), fCounter(nullptr) {}
99 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {}
102 : fID(other.fID)
109 fID = other.fID;
115 return fID == other.fID;
119 uint32_t fID;
LListTest.cpp 15 ListElement(int id) : fID(id) {
17 bool operator== (const ListElement& other) { return fID == other.fID; }
19 int fID;
72 REPORTER_ASSERT(reporter, cur->fID == 3-i);
77 REPORTER_ASSERT(reporter, cur->fID == i);
113 REPORTER_ASSERT(reporter, cur->fID == i);
143 REPORTER_ASSERT(reporter, iter1.get()->fID == iter2.get()->fID);
146 REPORTER_ASSERT(reporter, iter3.get()->fID == iter1.get()->fID)
    [all...]
  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 31 fID = ++fNextID;
51 GrGLuint getID() const { return fID; }
67 GrGLuint fID; // globally unique ID
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h 63 GrBatchAtlas::AtlasID fID;
  /external/skia/src/gpu/gl/
GrGLBufferImpl.h 33 GrGLuint fID; // set to 0 to indicate buffer is CPU-backed and not a VBO.
41 SkASSERT(0 == fDesc.fID);
47 GrGLuint bufferID() const { return fDesc.fID; }
GrGLVertexArray.h 126 GrGLuint arrayID() const { return fID; }
131 GrGLuint fID;
GrGLCreateNullInterface.cpp 25 BufferObj(GrGLuint id) : fID(id), fDataPtr(nullptr), fSize(0), fMapped(false) {
39 GrGLuint id() const { return fID; }
47 GrGLuint fID;
SkNullGLContext.cpp 24 BufferObj(GrGLuint id) : fID(id), fDataPtr(nullptr), fSize(0), fMapped(false) {}
37 GrGLuint id() const { return fID; }
45 GrGLuint fID;
  /external/skia/tools/
sk_tool_utils.h 136 TopoTestNode(int id) : fID(id), fOutputPos(-1), fTempMark(false) { }
142 int id() const { return fID; }
216 int fID;
  /frameworks/rs/driver/
rsdShaderCache.cpp 120 uint32_t fID = frag->getStateBasedShaderID(rsc);
123 if (!vID || !fID) {
128 if ((mEntries[ct]->vtx == vID) && (mEntries[ct]->frag == fID)) {
145 e->frag = fID;
151 glAttachShader(pgm, fID);
  /external/skia/include/gpu/gl/
GrGLTypes.h 111 GrGLuint fID;
  /external/skia/src/core/
SkGlyph.h 73 this->initCommon(glyph.fID);
110 return ID2Code(fID);
114 return ID2SubX(fID);
118 return SubToFixed(ID2SubX(fID));
122 return SubToFixed(ID2SubY(fID));
129 fImage, fPath, fID, fMaskFormat fields.
138 return glyph.fID;
150 fID = id;
196 // accesses fID. Remove when fID accesses are cleaned up
    [all...]
SkRemote.cpp 101 , fID(encoder->define(val)) {}
102 ~AutoID() { if (fEncoder) fEncoder->undefine(fID); }
104 AutoID(AutoID&& o) : fEncoder(o.fEncoder), fID(o.fID) {
109 operator ID () const { return fID; }
113 const ID fID;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 572 UnicodeSet fID;
623 fID = new UnicodeSet("[\\p{Line_break=ID}]");
679 fSets.add(fID);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 568 UnicodeSet fID;
619 fID = new UnicodeSet("[\\p{Line_break=ID}]");
675 fSets.add(fID);
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 936 milliseconds

1 2