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

  /external/skia/include/core/
SkTypeface.h 65 bool isFixedWidth() const { return fIsFixedWidth; }
152 SkTypeface(Style style, SkFontID uniqueID, bool isFixedWidth = false);
  /external/skia/src/ports/
SkFontHost_linux.cpp 36 bool* isFixedWidth);
241 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedWidth)
242 : SkTypeface(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedWidth) {
300 SkStream* stream, bool isFixedWidth)
301 : INHERITED(style, sysFont, family, isFixedWidth) {
327 const char path[], bool isFixedWidth)
328 : INHERITED(style, sysFont, family, isFixedWidth) {
368 SkTypeface::Style* style, bool* isFixedWidth) {
371 *style = find_name_and_attributes(&stream, name, isFixedWidth);
377 *style = find_name_and_attributes(&stream, name, isFixedWidth);
    [all...]
SkFontHost_android.cpp 36 bool* isFixedWidth);
245 bool isFixedWidth)
246 : SkTypeface(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedWidth) {
290 SkStream* stream, bool isFixedWidth)
291 : INHERITED(style, sysFont, familyMember, isFixedWidth) {
321 const char path[], bool isFixedWidth)
322 : INHERITED(style, sysFont, familyMember, isFixedWidth) {
370 bool* isFixedWidth, bool isExpected) {
376 *style = find_name_and_attributes(&stream, name, isFixedWidth);
382 *style = find_name_and_attributes(&stream, name, isFixedWidth);
    [all...]
SkFontHost_simple.cpp 36 bool* isFixedWidth);
362 bool isFixedWidth;
368 *style = find_name_and_attributes(&stream, name, &isFixedWidth);
374 *style = find_name_and_attributes(&stream, name, &isFixedWidth);
647 bool isFixedWidth;
650 &isFixedWidth);

Completed in 3582 milliseconds