Searched refs:clipA (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/samplecode/ |
H A D | SampleComplexClip.cpp | 42 SkPath clipA; variable 43 clipA.moveTo(SkIntToScalar(10), SkIntToScalar(20)); 44 clipA.lineTo(SkIntToScalar(165), SkIntToScalar(22)); 45 clipA.lineTo(SkIntToScalar(70), SkIntToScalar(105)); 46 clipA.lineTo(SkIntToScalar(165), SkIntToScalar(177)); 47 clipA.lineTo(SkIntToScalar(-5), SkIntToScalar(180)); 48 clipA.close(); 72 canvas->drawPath(clipA, paint); 98 clipA.setFillType(invA ? SkPathFillType::kInverseEvenOdd : 100 canvas->clipPath(clipA); [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoClipInfo.cpp | 35 static const char* clipA[30] = member 222 clipA, 249 clipA,// same as clip A
|
/third_party/skia/gm/ |
H A D | complexclip.cpp | 82 SkPath clipA = SkPath::Polygon({{10, 20}, {165, 22}, {70, 105}, {165, 177}, {-5, 180}}, true); variable 121 this->drawHairlines(canvas, path, clipA, clipB); 127 clipA.setFillType(doInvA ? SkPathFillType::kInverseEvenOdd : 131 canvas->clipPath(clipA, fDoAAClip); 137 SkRect rectClip = clipA.getBounds(); 175 const SkPath& clipA, const SkPath& clipB) { in drawHairlines() 187 canvas->drawPath(clipA, paint); in drawHairlines() 174 drawHairlines(SkCanvas* canvas, const SkPath& path, const SkPath& clipA, const SkPath& clipB) drawHairlines() argument
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_reference.cpp | 1293 real32 clipA = (real32) cameraWhite [0]; in RefBaselineABCtoRGB() local 1316 A = Min_real32 (A, clipA); in RefBaselineABCtoRGB() 1350 real32 clipA = (real32) cameraWhite [0]; in RefBaselineABCDtoRGB() local 1378 A = Min_real32 (A, clipA); in RefBaselineABCDtoRGB()
|
Completed in 5 milliseconds