/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 91 inline bool init_path_object_for_general_path(GrGLGpu* gpu, GrGLuint pathID, in init_path_object_for_general_path() argument 178 GR_GL_CALL(gpu->glInterface(), PathCommands(pathID, pathCommands.count(), &pathCommands[0], in init_path_object_for_general_path() 201 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID, in InitPathObjectPathDataCheckingDegenerates() argument 203 return init_path_object_for_general_path<true>(gpu, pathID, skPath); in InitPathObjectPathDataCheckingDegenerates() 207 GrGLuint pathID, in InitPathObjectPathData() argument 235 GR_GL_CALL(gpu->glInterface(), PathCommands(pathID, pathCommands.count(), &pathCommands[0], in InitPathObjectPathData() 241 SkAssertResult(init_path_object_for_general_path<false>(gpu, pathID, skPath)); in InitPathObjectPathData() 244 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke) { in InitPathObjectStroke() argument 249 PathParameterf(pathID, GR_GL_PATH_STROKE_WIDTH, SkScalarToFloat(stroke.getWidth()))); in InitPathObjectStroke() 251 PathParameterf(pathID, GR_GL_PATH_MITER_LIMIT, SkScalarToFloat(stroke.getMiter()))); in InitPathObjectStroke() [all …]
|
D | GrGLPath.h | 26 GrGLuint pathID, 29 GrGLuint pathID, 31 static void InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke); 33 static void InitPathObjectEmptyPath(GrGLGpu*, GrGLuint pathID); 37 GrGLuint pathID() const { return fPathID; } in pathID() function
|
D | GrGLPathRendering.cpp | 122 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask)); in onStencilPath() 125 GL_CALL(StencilStrokePath(glPath->pathID(), 0xffff, writeMask)); in onStencilPath() 144 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask)); in onDrawPath() 146 GL_CALL(StencilThenCoverStrokePath(glPath->pathID(), 0xffff, writeMask, in onDrawPath() 149 GL_CALL(StencilThenCoverFillPath(glPath->pathID(), fillMode, writeMask, in onDrawPath()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/ |
D | resources-ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |
/external/skia/src/core/ |
D | SkPictureRecord.cpp | 344 int pathID = this->addPathToHeap(path); in onClipPath() local 345 this->recordClipPath(pathID, op, kSoft_ClipEdgeStyle == edgeStyle); in onClipPath() 349 size_t SkPictureRecord::recordClipPath(int pathID, SkRegion::Op op, bool doAA) { in recordClipPath() argument 358 this->addInt(pathID); in recordClipPath()
|
D | SkPictureRecord.h | 218 size_t recordClipPath(int pathID, SkRegion::Op op, bool doAA);
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 770 SkString pathID = fResourceBucket->addPath(); in drawTextOnPath() local 775 pathElement.addAttribute("id", pathID); in drawTextOnPath() 790 textPathElement.addAttribute("xlink:href", SkStringPrintf("#%s", pathID.c_str())); in drawTextOnPath()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |