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

  /external/skia/src/ports/
SkFontConfigParser_android.h 24 SkLanguage(const SkString& tag) : fTag(tag) { }
25 SkLanguage(const char* tag) : fTag(tag) { }
26 SkLanguage(const char* tag, size_t len) : fTag(tag, len) { }
27 SkLanguage(const SkLanguage& b) : fTag(b.fTag) { }
32 const SkString& getTag() const { return fTag; }
40 return fTag == b.fTag;
43 return fTag != b.fTag;
    [all...]
SkFontConfigParser_android.cpp 772 SkASSERT(!fTag.isEmpty());
773 const char* tag = fTag.c_str();
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
30 int fTag;
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
push_front_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
30 int fTag;
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 29 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
32 int fTag;
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
30 int fTag;
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
push_front_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
30 int fTag;
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 29 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
32 int fTag;
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /external/skia/src/views/
SkTagList.h 27 uint8_t fTag;
29 SkTagList(U8CPU tag) : fTag(SkToU8(tag))
SkTagList.cpp 22 if (rec->fTag == tag)
40 if (rec->fTag == tag)
SkEventSink.cpp 99 SkASSERT(fTagHead == NULL || SkTagList::Find(fTagHead, rec->fTag) == NULL);
  /external/skia/src/core/
SkFontStream.cpp 21 uint32_t fTag;
33 uint32_t fTag;
68 uint32_t tag = SkEndian_SwapBE32(header->fCollection.fTag);
147 uint32_t tag = SkEndian_SwapBE32(shared.fCollection.fTag);
164 tags[i] = SkEndian_SwapBE32(header.fDir[i].fTag);
179 if (SkEndian_SwapBE32(header.fDir[i].fTag) == tag) {
SkDescriptor.h 46 entry->fTag = tag;
72 if (entry->fTag == tag) {
110 uint32_t fTag;
  /external/icu/icu4c/source/layout/
LETableReference.h 56 fFont(font), fTag(tableTag), fParent(NULL), fStart(NULL),fLength(LE_UINTPTR_MAX) {
61 LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), fStart(parent.fStart), fLength(parent.fLength) {
69 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(data), fLength(length) {
73 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(NULL), fLength(0) {
78 fTag=kTildeTableTag;
89 fFont(parent.fFont), fTag(parent.fTag), fParent(&parent),
126 LETag getTag() const { return fTag; }
199 LETag fTag;
    [all...]
  /external/skia/tests/
FontHostTest.cpp 25 SkFontTableTag fTag;
133 if (gKnownTableSizes[j].fTag == array[i]) {
185 if (gKnownTableSizes[j].fTag == tags[i]) {
  /external/pdfium/core/src/fxge/apple/
apple_int.h 231 uint32_t fTag;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 471 milliseconds