Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/pdf/
DSkPDFUtils.h54 static void DrawFormXObject(int objectIndex, SkWStream* content);
55 static void ApplyGraphicState(int objectIndex, SkWStream* content);
56 static void ApplyPattern(int objectIndex, SkWStream* content);
DSkPDFUtils.cpp220 void SkPDFUtils::DrawFormXObject(int objectIndex, SkWStream* content) { in DrawFormXObject() argument
224 objectIndex).c_str()); in DrawFormXObject()
229 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) { in ApplyGraphicState() argument
233 objectIndex).c_str()); in ApplyGraphicState()
238 void SkPDFUtils::ApplyPattern(int objectIndex, SkWStream* content) { in ApplyPattern() argument
243 objectIndex); in ApplyPattern()
/external/skia/src/pdf/
DSkPDFUtils.h54 static void DrawFormXObject(int objectIndex, SkWStream* content);
55 static void ApplyGraphicState(int objectIndex, SkWStream* content);
56 static void ApplyPattern(int objectIndex, SkWStream* content);
DSkPDFUtils.cpp220 void SkPDFUtils::DrawFormXObject(int objectIndex, SkWStream* content) { in DrawFormXObject() argument
224 objectIndex).c_str()); in DrawFormXObject()
229 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) { in ApplyGraphicState() argument
233 objectIndex).c_str()); in ApplyGraphicState()
238 void SkPDFUtils::ApplyPattern(int objectIndex, SkWStream* content) { in ApplyPattern() argument
243 objectIndex); in ApplyPattern()
/external/chromium_org/third_party/codesighs/
Dmaptsvdifftool.c524 unsigned objectIndex = 0; in difftool() local
527 … for(objectIndex = 0; objectIndex < theSegment->mObjectCount; objectIndex++) in difftool()
529 if(0 == strcmp(object, theSegment->mObjects[objectIndex].mObject)) in difftool()
535 if(objectIndex == theSegment->mObjectCount) in difftool()
544 … memset(theSegment->mObjects + objectIndex, 0, sizeof(ObjectStats)); in difftool()
546 theSegment->mObjects[objectIndex].mObject = strdup(object); in difftool()
547 if(NULL == theSegment->mObjects[objectIndex].mObject) in difftool()
563 theObject = (theSegment->mObjects + objectIndex); in difftool()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineTracingView.js301 for (var objectIndex = 0; objectIndex < objects.length; ++objectIndex)
302 this._appendRecord(objects[objectIndex], 0);
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5810 int objectIndex = 0; in basicSubobjectAtIndex() local
5811 for (; currentIndex < subobjectIndex; objectIndex++) in basicSubobjectAtIndex()
5812 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize; in basicSubobjectAtIndex()
5815 objectIndex--; in basicSubobjectAtIndex()
5816 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize; in basicSubobjectAtIndex()
5819 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()