Searched refs:objectIndex (Results 1 – 3 of 3) sorted by relevance
169 void SkPDFUtils::DrawFormXObject(int objectIndex, SkWStream* content) { in DrawFormXObject() argument171 content->writeDecAsText(objectIndex); in DrawFormXObject()176 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) { in ApplyGraphicState() argument178 content->writeDecAsText(objectIndex); in ApplyGraphicState()
50 static void DrawFormXObject(int objectIndex, SkWStream* content);51 static void ApplyGraphicState(int objectIndex, SkWStream* content);
80 protected int objectIndex = 0; field in OBJLoader