Lines Matching refs:ScopedContentEntry
228 class ScopedContentEntry {
230 ScopedContentEntry(SkPDFDevice* device,
247 ScopedContentEntry(SkPDFDevice* dev, const SkPaint& paint, SkScalar textScale = 0)
248 : ScopedContentEntry(dev, &dev->cs(), dev->localToDevice(), paint, textScale) {}
250 ~ScopedContentEntry() {
441 ScopedContentEntry content(this, *paint);
530 ScopedContentEntry content(this, &clipStack, SkMatrix::I(), *paint);
612 ScopedContentEntry content(this, &clipStack, matrix, *paint);
859 ScopedContentEntry content(this, *paint, glyphRunFont.getScaleX());
1123 ScopedContentEntry content(this, nullptr, SkMatrix::I(), paint);
1339 ScopedContentEntry content(this, nullptr, SkMatrix::I(), stockPaint);
1378 ScopedContentEntry content(this, nullptr, SkMatrix::I(), stockPaint);
1386 ScopedContentEntry content(this, nullptr, SkMatrix::I(), stockPaint);
1546 ScopedContentEntry content(this, &this->cs(), SkMatrix::I(), *paint);
1646 ScopedContentEntry content(this, &this->cs(), scaled, *paint);
1707 ScopedContentEntry content(this, &this->cs(), matrix, paint);