Home | History | Annotate | Download | only in pdf

Lines Matching refs:fState

588     GraphicStateEntry fState;
833 if (!contentEntry->fState.fMatrix.invert(&inverse)) {
1139 SkPDFFont* font = content.entry()->fState.fFont;
1181 SkPDFFont* font = content.entry()->fState.fFont;
1187 font = content.entry()->fState.fFont;
1383 gsState.updateClip(entry->fState.fClipStack, entry->fState.fClipRegion,
1385 gsState.updateMatrix(entry->fState.fMatrix);
1386 gsState.updateDrawingState(entry->fState);
1739 hasText, &entry->fState);
1741 entry->fState.compareInitialState(lastContentEntry->fState)) {
1801 SkClipStack clipStack = contentEntries->fState.fClipStack;
1802 SkRegion clipRegion = contentEntries->fState.fClipRegion;
2039 if (contentEntry->fState.fFont == NULL ||
2040 contentEntry->fState.fTextSize != paint.getTextSize() ||
2041 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
2050 contentEntry->fState.fFont = fFontResources[fontIndex];