| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| H A D | vktTestCaseUtil.hpp | 36 static std::string getSource (tcu::Archive& archive, const char* path) in getSource() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
| H A D | angle_deqp_gtest.cpp | 205 std::string path = strstr.str(); in FindFileFromPath() local
|
| /third_party/skia/resources/sksl/es2_conformance/ |
| H A D | import_conformance_tests.py | 260 path = "%s/%s_%d.rts" % (testDirectory, testName, varIndex) variable 272 path = "%s/%s.rts" % (testDirectory, testName) variable [all...] |
| /third_party/skia/samplecode/ |
| H A D | SampleShadowColor.cpp | 94 void drawShadowedPath(SkCanvas* canvas, const SkPath& path, in drawShadowedPath() argument
|
| H A D | SamplePathTessellators.cpp | 58 SamplePathTessellatorOp(const SkRect& drawBounds, const SkPath& path, const SkMatrix& m, in SamplePathTessellatorOp() argument 272 void doClick(SkPath* path) { in doClick() argument 299 static SkPath update_weight(const SkPath& path, float w) { in update_weight() argument [all...] |
| H A D | SampleThinAA.cpp | 107 SkPath path; variable
|
| H A D | SampleAndroidShadows.cpp | 143 void drawShadowedPath(SkCanvas* canvas, const SkPath& path, in drawShadowedPath() argument
|
| /third_party/skia/src/core/ |
| H A D | SkDrawShadowInfo.cpp | 141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() argument
|
| H A D | SkStrikeCache.h | 58 const SkPath* mergePath(SkGlyph* glyph, const SkPath* path) { in mergePath() argument
|
| H A D | SkWriteBuffer.cpp | 127 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() argument
|
| H A D | SkContourMeasure.cpp | 177 Impl(const SkPath& path, bool forceClosed, SkScalar resScale) in Impl() argument
|
| H A D | SkFontMgr.cpp | 138 sk_sp<SkTypeface> SkFontMgr::makeFromFile(const char path[], int ttcIndex) const { in makeFromFile() argument
|
| H A D | SkScalerCache.cpp | 69 std::tuple<const SkPath*, size_t> SkScalerCache::mergePath(SkGlyph* glyph, const SkPath* path) { in mergePath() argument [all...] |
| H A D | SkEdgeBuilder.cpp | 221 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in buildPoly() argument 289 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in build() argument 363 int SkEdgeBuilder::buildEdges(const SkPath& path, in buildEdges() argument [all...] |
| H A D | SkGlyph.cpp | 144 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path) { in installPath() argument 158 SkPath path; in setPath() local 170 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path) { in setPath() argument 178 const SkPath* SkGlyph::path() const { path() function in SkGlyph 187 calculate_path_gap( SkScalar topOffset, SkScalar bottomOffset, const SkPath& path) calculate_path_gap() argument 331 const SkPath* path = &(fPathData->fPath); ensureIntercepts() local [all...] |
| H A D | SkGlyphBuffer.h | 99 SkGlyphVariant& operator= (const SkPath* path) { in operator =() argument 109 const SkPath* path() const { in path() function in SkSourceGlyphBuffer::SkGlyphVariant 125 const SkPath* path; member 196 void push_back(const SkPath* path, size_t from) { in push_back() argument [all...] |
| H A D | SkStrokerPriv.cpp | 15 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper() argument 20 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper() argument 31 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper() argument [all...] |
| H A D | SkWriter32.h | 137 void writePath(const SkPath& path) { in writePath() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrShape.h | 68 explicit GrShape(const SkPath& path) { this->setPath(path); } in GrShape() argument 139 SkPath& path() { SkASSERT(this->isPath()); return fPath; } in path() function in GrShape 140 const SkPath& path() const { SkASSERT(this->isPath()); return fPath; } in path() function in GrShape 174 setPath(const SkPath& path) setPath() argument [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | StrokeTessellateOp.cpp | 41 StrokeTessellateOp(GrAAType aaType, const SkMatrix& viewMatrix, const SkPath& path, const SkStrokeRec& stroke, GrPaint&& paint) StrokeTessellateOp() argument
|
| /third_party/skia/src/gpu/v1/ |
| H A D | StencilMaskHelper.cpp | 398 bool StencilMaskHelper::drawPath(const SkPath& path, in drawPath() argument
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | MiddleOutPolygonTriangulator.h | 203 PathMiddleOutFanIter(const SkPath& path) : fMiddleOut(path.countVerbs()) { in PathMiddleOutFanIter() argument
|
| H A D | StrokeIterator.h | 34 StrokeIterator(const SkPath& path, const SkStrokeRec* stroke, const SkMatrix* viewMatrix) in StrokeIterator() argument
|
| H A D | PathWedgeTessellator.cpp | 40 MidpointContourParser(const SkPath& path) in MidpointContourParser() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | test_shaders.py | 20 import os.path namespace [all...] |