Lines Matching defs:entry
1147 SkPDFGraphicStackState::Entry* entry,
1154 entry->fMatrix = matrix;
1155 entry->fClipStackGenID = clipStack ? clipStack->getTopmostGenID()
1158 entry->fColor = {color.fR, color.fG, color.fB, 1};
1159 entry->fShaderIndex = -1;
1175 entry->fColor ={color.fR, color.fG, color.fB, 1};
1200 entry->fShaderIndex = add_resource(*shaderResources, pdfShader);
1213 entry->fGraphicStateIndex = add_resource(*graphicStateResources, newGraphicState);
1214 entry->fTextScaleX = textScale;
1261 SkPDFGraphicStackState::Entry entry;
1270 &entry,
1274 fActiveStackState.updateMatrix(entry.fMatrix);
1275 fActiveStackState.updateDrawingState(entry);