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

  /external/skia/src/gpu/gl/
GrGLPath.h 26 GrGLuint pathID,
29 GrGLuint pathID,
31 static void InitPathObjectStroke(GrGLGpu*, GrGLuint pathID, const SkStrokeRec&);
33 static void InitPathObjectEmptyPath(GrGLGpu*, GrGLuint pathID);
37 GrGLuint pathID() const { return fPathID; }
GrGLPath.cpp 99 inline bool init_path_object_for_general_path(GrGLGpu* gpu, GrGLuint pathID,
188 PathCommands(pathID, pathCommands.count(), pathCommands.begin(),
211 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID,
213 return init_path_object_for_general_path<true>(gpu, pathID, skPath);
217 GrGLuint pathID,
246 GR_GL_CALL(gpu->glInterface(), PathCommands(pathID, pathCommands.count(), &pathCommands[0],
252 SkAssertResult(init_path_object_for_general_path<false>(gpu, pathID, skPath));
255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) {
258 PathParameterf(pathID, GR_GL_PATH_STROKE_WIDTH, SkScalarToFloat(stroke.getWidth())));
260 PathParameterf(pathID, GR_GL_PATH_MITER_LIMIT, SkScalarToFloat(stroke.getMiter())))
    [all...]
GrGLPathRendering.cpp 141 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask));
144 GL_CALL(StencilStrokePath(glPath->pathID(), 0xffff, writeMask));
166 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask));
168 GL_CALL(StencilThenCoverStrokePath(glPath->pathID(), 0xffff, writeMask,
171 GL_CALL(StencilThenCoverFillPath(glPath->pathID(), fillMode, writeMask,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/skia/src/svg/
SkSVGDevice.cpp 773 SkString pathID = fResourceBucket->addPath();
778 pathElement.addAttribute("id", pathID);
793 textPathElement.addAttribute("xlink:href", SkStringPrintf("#%s", pathID.c_str()));
  /external/skia/src/core/
SkPictureRecord.cpp 358 int pathID = this->addPathToHeap(path);
359 this->recordClipPath(pathID, op, kSoft_ClipEdgeStyle == edgeStyle);
363 size_t SkPictureRecord::recordClipPath(int pathID, SkClipOp op, bool doAA) {
372 this->addInt(pathID);
    [all...]
SkPictureRecord.h 236 size_t recordClipPath(int pathID, SkClipOp op, bool doAA);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 618 String pathID, Message response) {
619 mCi.iccIO(command, fileID, pathID, p1, p2, p3, null, null,
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 297 milliseconds