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

  /external/skia/include/views/
SkEventSink.h 37 SkEventSinkID getSinkID() const { return fID; }
95 SkEventSinkID fID;
  /external/skia/include/core/
SkScalerContext.h 39 uint32_t fID;
65 return ID2Code(fID);
69 unsigned code = ID2Code(fID);
75 return ID2SubX(fID);
79 return SubToFixed(ID2SubX(fID));
83 return SubToFixed(ID2SubY(fID));
90 fImage, fPath, fID, fMaskFormat fields.
  /external/skia/src/core/
SkGlyphCache.cpp 124 if (rec.fID == id) {
142 if (rec->fID != id) {
144 rec->fID = id;
158 if (NULL == glyph || glyph->fID != id) {
172 if (rec->fID != id) {
175 rec->fID = id;
195 if (rec->fID != id) {
198 rec->fID = id;
218 if (NULL == glyph || glyph->fID != id) {
239 if (NULL == glyph || glyph->fID != id)
    [all...]
SkGlyphCache.h 208 uint32_t fID; // unichar + subpixel
SkScalerContext.cpp 384 tmpGlyph.fID = origGlyph.fID;
  /external/chromium/third_party/icu/public/i18n/unicode/
timezone.h     [all...]
  /external/icu4c/i18n/unicode/
timezone.h 751 UnicodeString fID; // this time zone's ID
761 ID = fID;
770 fID = ID;
  /external/skia/src/gl/
SkGLTextCache.cpp 51 glyph.fID, sizeof(strike->fGlyphIDArray[0]));
104 int index = SkTSearch(idArray, glyphCount, glyph.fID, sizeof(idArray[0]));
109 idArray[index] = glyph.fID;
117 strike, glyph.fID, glyph.fWidth, glyph.fHeight,
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp 409 : UObject(), fID()
416 : UObject(), fID(id)
429 : UObject(source), fID(source.fID)
438 if (this != &right) fID = right.fID;
448 fID == that.fID;
    [all...]
  /external/icu4c/i18n/
timezone.cpp 347 : UObject(), fID()
354 : UObject(), fID(id)
367 : UObject(source), fID(source.fID)
376 if (this != &right) fID = right.fID;
386 fID == that.fID;
1000 fID.extract(0, sizeof(buf)-1, buf, sizeof(buf), "");
    [all...]
  /external/skia/src/views/
SkEventSink.cpp 49 fID = ++globals.fNextSinkID;
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/bison/src/
Makefile 446 mkid -fID $$unique
  /external/elfutils/lib/
Makefile 266 mkid -fID $$unique
  /external/elfutils/libcpu/
Makefile 250 mkid -fID $$unique
  /external/elfutils/src/
Makefile 435 mkid -fID $$unique
  /external/bison/
Makefile 398 mkid -fID $$unique
  /external/bison/examples/
Makefile 327 mkid -fID $$unique
  /external/bison/lib/
Makefile 439 mkid -fID $$unique
  /external/elfutils/libasm/
Makefile 396 mkid -fID $$unique
  /external/elfutils/libdw/
Makefile 487 mkid -fID $$unique
  /external/elfutils/libelf/
Makefile 561 mkid -fID $$unique
  /external/elfutils/tests/
Makefile 561 mkid -fID $$unique

Completed in 210 milliseconds