Searched refs:fTypefaces (Results 1 – 4 of 4) sorted by relevance
24 fTypefaces[0] = nullptr; in FontCacheGM()25 fTypefaces[1] = nullptr; in FontCacheGM()29 SkSafeUnref(fTypefaces[0]); in ~FontCacheGM()30 SkSafeUnref(fTypefaces[1]); in ~FontCacheGM()43 fTypefaces[0] = sk_tool_utils::create_portable_typeface("serif", SkTypeface::kItalic); in onOnceBeforeDraw()44 fTypefaces[1] = sk_tool_utils::create_portable_typeface("sans-serif", SkTypeface::kItalic); in onOnceBeforeDraw()52 paint.setTypeface(fTypefaces[0]); in onDraw()69 paint.setTypeface(fTypefaces[1]); in onDraw()79 SkTypeface* fTypefaces[2]; member in FontCacheGM
85 fTypefaces[i] = fTypefacesToUnref[ in onOnceBeforeDraw()90 fPaint.setTypeface(fTypefaces[i]); in onOnceBeforeDraw()119 fPaint.setTypeface(fTypefaces[i]); in onDraw()156 SkTypeface* fTypefaces[kCnt]; member in VariedTextGM
447 if (!this->fTypefaces.empty()) { in endPortfolio()448 SkXPSDevice::TypefaceUse* current = &this->fTypefaces.front(); in endPortfolio()449 const TypefaceUse* last = &this->fTypefaces.back(); in endPortfolio()1882 if (!this->fTypefaces.empty()) { in CreateTypefaceUse()1883 TypefaceUse* current = &this->fTypefaces.front(); in CreateTypefaceUse()1884 const TypefaceUse* last = &this->fTypefaces.back(); in CreateTypefaceUse()1929 TypefaceUse& newTypefaceUse = this->fTypefaces.push_back(); in CreateTypefaceUse()
167 SkTArray<TypefaceUse, true> fTypefaces; variable