HomeSort by relevance Sort by last modified time
    Searched full:find_name_and_attributes (Results 1 - 7 of 7) sorted by null

  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 19 bool find_name_and_attributes(SkStream* stream, SkString* name,
151 if (!find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) {
SkFontHost_linux.cpp 28 bool find_name_and_attributes(SkStream* stream, SkString* name,
342 return find_name_and_attributes(stream, name, style, isFixedPitch);
506 if (find_name_and_attributes(stream, NULL, &style, &isFixedPitch)) {
SkFontConfigInterface_android.cpp 198 bool find_name_and_attributes(SkStream* stream, SkString* name,
242 fontRec.fIsValid = find_name_and_attributes(stream.get(), &name,
    [all...]
SkFontHost_FreeType.cpp 1763 bool find_name_and_attributes(SkStream* stream, SkString* name, function
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 28 bool find_name_and_attributes(SkStream* stream, SkString* name,
342 return find_name_and_attributes(stream, name, style, isFixedPitch);
506 if (find_name_and_attributes(stream, NULL, &style, &isFixedPitch)) {
SkFontConfigInterface_android.cpp 195 bool find_name_and_attributes(SkStream* stream, SkString* name,
241 fontRec.fIsValid = find_name_and_attributes(stream.get(), &name,
SkFontHost_FreeType.cpp 1480 bool find_name_and_attributes(SkStream* stream, SkString* name, function
    [all...]

Completed in 150 milliseconds