Searched refs:patchWriter (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/tessellate/ |
H A D | StrokeTessellator.cpp | 50 void write_fixed_count_patches(StrokeWriter&& patchWriter, in write_fixed_count_patches() argument 57 patchWriter.setShaderTransform(wangs_formula::VectorXform{shaderMatrix}, in write_fixed_count_patches() 59 if (!(patchWriter.attribs() & PatchAttribs::kStrokeParams)) { in write_fixed_count_patches() 61 patchWriter.updateUniformStrokeParams(pathStrokeList->fStroke); in write_fixed_count_patches() 66 if (patchWriter.attribs() & PatchAttribs::kStrokeParams) { in write_fixed_count_patches() 68 patchWriter.updateStrokeParamsAttrib(stroke); in write_fixed_count_patches() 70 if (patchWriter.attribs() & PatchAttribs::kColor) { in write_fixed_count_patches() 71 patchWriter.updateColorAttrib(pathStroke->fColor); in write_fixed_count_patches() 81 patchWriter.writeDeferredStrokePatch(); in write_fixed_count_patches() 85 patchWriter.writeCircle(p[0]); in write_fixed_count_patches() [all …]
|
H A D | PathTessellator.cpp | 46 void write_curve_patches(CurveWriter&& patchWriter, in write_curve_patches() argument 49 patchWriter.setShaderTransform(wangs_formula::VectorXform{shaderMatrix}); in write_curve_patches() 52 if (patchWriter.attribs() & PatchAttribs::kColor) { in write_curve_patches() 53 patchWriter.updateColorAttrib(color); in write_curve_patches() 61 patchWriter.writeQuadratic(p0, p1, p2); in write_curve_patches() 69 patchWriter.writeConic(p0, p1, p2, *w); in write_curve_patches() 77 patchWriter.writeCubic(p0, p1, p2, p3); in write_curve_patches() 93 void write_wedge_patches(WedgeWriter&& patchWriter, in write_wedge_patches() argument 96 patchWriter.setShaderTransform(wangs_formula::VectorXform{shaderMatrix}); in write_wedge_patches() 99 if (patchWriter.attribs() & PatchAttribs::kColor) { in write_wedge_patches() [all …]
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/archive-patcher/ |
HD | generator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |