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

  /external/skia/src/ports/
SkFontHost_linux.cpp 25 bool find_name_and_attributes(SkStream* stream, SkString* name,
361 return find_name_and_attributes(&stream, name, style, isFixedWidth);
366 return find_name_and_attributes(&stream, name, style, isFixedWidth);
577 if (find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) {
SkFontHost_simple.cpp 26 bool find_name_and_attributes(SkStream* stream, SkString* name,
358 return find_name_and_attributes(&stream, name, style, NULL);
363 return find_name_and_attributes(&stream, name, style, NULL);
630 if (find_name_and_attributes(stream, NULL, &style, NULL)) {
SkFontHost_android.cpp 38 bool find_name_and_attributes(SkStream* stream, SkString* name,
55 return find_name_and_attributes(&stream, name, style, isFixedWidth);
60 return find_name_and_attributes(&stream, name, style, isFixedWidth);
945 if (find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) {
SkFontHost_FreeType.cpp 1660 bool find_name_and_attributes(SkStream* stream, SkString* name, function
    [all...]

Completed in 52 milliseconds