Lines Matching refs:fDevice
608 if (fDevice) { in drawPoints()
609 fDevice->drawPath(*this, path, newPaint, &preMatrix, in drawPoints()
624 if (fDevice) { in drawPoints()
625 fDevice->drawRect(*this, r, newPaint); in drawPoints()
655 if (fDevice) { in drawPoints()
656 fDevice->drawPath(*this, pointData.fFirst, newP); in drawPoints()
663 if (fDevice) { in drawPoints()
664 fDevice->drawPath(*this, pointData.fLast, newP); in drawPoints()
680 if (fDevice) { in drawPoints()
681 fDevice->drawPoints(*this, in drawPoints()
706 if (fDevice) { in drawPoints()
707 fDevice->drawRect(*this, r, newP); in drawPoints()
728 if (fDevice) { in drawPoints()
729 fDevice->drawPath(*this, path, p, nullptr, true); in drawPoints()
1427 if (fDevice) { in drawText_asPaths()
1428 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false); in drawText_asPaths()
1560 return fDevice->imageInfo().isLinear() ? SkPaint::FakeGamma::On : SkPaint::FakeGamma::Off; in fakeGamma()
1581 SkAutoGlyphCache cache(paint, &fDevice->surfaceProps(), this->fakeGamma(), fMatrix); in drawText()
1610 SkAutoGlyphCache cache(paint, &fDevice->surfaceProps(), this->fakeGamma(), nullptr); in drawPosText_asPaths()
1632 if (fDevice) { in drawPosText_asPaths()
1633 fDevice->drawPath(*this, *path, paint, &matrix, false); in drawPosText_asPaths()
1661 SkAutoGlyphCache cache(paint, &fDevice->surfaceProps(), this->fakeGamma(), fMatrix); in drawPosText()