HomeSort by relevance Sort by last modified time
    Searched defs:isFixedWidth (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkTypeface.h 58 bool isFixedWidth() const { return fIsFixedWidth; }
152 SkTypeface(Style style, SkFontID uniqueID, bool isFixedWidth = false);
  /external/skia/src/ports/
SkFontHost_linux.cpp 26 SkTypeface::Style* style, bool* isFixedWidth);
231 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedWidth)
232 : SkTypeface(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedWidth) {
290 SkStream* stream, bool isFixedWidth)
291 : INHERITED(style, sysFont, family, isFixedWidth) {
317 const char path[], bool isFixedWidth)
318 : INHERITED(style, sysFont, family, isFixedWidth) {
358 SkTypeface::Style* style, bool* isFixedWidth) {
361 return find_name_and_attributes(&stream, name, style, isFixedWidth);
366 return find_name_and_attributes(&stream, name, style, isFixedWidth);
    [all...]
SkFontHost_android.cpp 39 SkTypeface::Style* style, bool* isFixedWidth);
49 bool* isFixedWidth, bool isExpected) {
55 return find_name_and_attributes(&stream, name, style, isFixedWidth);
60 return find_name_and_attributes(&stream, name, style, isFixedWidth);
297 FamilyTypeface(Style style, bool sysFont, bool isFixedWidth)
298 : SkTypeface(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedWidth) {
323 StreamTypeface(Style style, bool sysFont, SkStream* stream, bool isFixedWidth)
324 : INHERITED(style, sysFont, isFixedWidth) {
354 FileTypeface(Style style, bool sysFont, const char path[], bool isFixedWidth)
355 : INHERITED(style, sysFont, isFixedWidth) {
    [all...]

Completed in 37 milliseconds