Home
last modified time | relevance | path

Searched refs:objectIndex (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pdf/
DSkPDFUtils.h58 static void DrawFormXObject(int objectIndex, SkWStream* content);
59 static void ApplyGraphicState(int objectIndex, SkWStream* content);
60 static void ApplyPattern(int objectIndex, SkWStream* content);
DSkPDFUtils.cpp227 void SkPDFUtils::DrawFormXObject(int objectIndex, SkWStream* content) { in DrawFormXObject() argument
231 objectIndex).c_str()); in DrawFormXObject()
236 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) { in ApplyGraphicState() argument
240 objectIndex).c_str()); in ApplyGraphicState()
245 void SkPDFUtils::ApplyPattern(int objectIndex, SkWStream* content) { in ApplyPattern() argument
250 objectIndex); in ApplyPattern()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
DOBJLoader.java80 protected int objectIndex = 0; field in OBJLoader
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5894 int objectIndex = 0; in basicSubobjectAtIndex() local
5895 for (; currentIndex < subobjectIndex; objectIndex++) in basicSubobjectAtIndex()
5896 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize; in basicSubobjectAtIndex()
5899 objectIndex--; in basicSubobjectAtIndex()
5900 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize; in basicSubobjectAtIndex()
5903 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()