HomeSort by relevance Sort by last modified time
    Searched refs:objectIndex (Results 1 - 7 of 7) sorted by null

  /external/skia/src/pdf/
SkPDFUtils.h 63 void ApplyGraphicState(int objectIndex, SkWStream* content);
64 void ApplyPattern(int objectIndex, SkWStream* content);
SkPDFUtils.cpp 232 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) {
233 SkPDFWriteResourceName(content, SkPDFResourceType::kExtGState, objectIndex);
237 void SkPDFUtils::ApplyPattern(int objectIndex, SkWStream* content) {
241 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex);
243 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex);
  /external/skqp/src/pdf/
SkPDFUtils.h 63 void ApplyGraphicState(int objectIndex, SkWStream* content);
64 void ApplyPattern(int objectIndex, SkWStream* content);
SkPDFUtils.cpp 232 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) {
233 SkPDFWriteResourceName(content, SkPDFResourceType::kExtGState, objectIndex);
237 void SkPDFUtils::ApplyPattern(int objectIndex, SkWStream* content) {
241 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex);
243 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex);
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 269 private static int objectIndex = 0;
294 objectIndex = (objectIndex + 1) % objectFiles.size();
295 object.load(objectFiles.get(objectIndex));
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 208 int objectIndex = 0;
210 for (; currentIndex < subobjectIndex; ++objectIndex)
211 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
215 --objectIndex;
216 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
219 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 2660 milliseconds