Home
last modified time | relevance | path

Searched defs:path (Results 2876 - 2900 of 4599) sorted by relevance

1...<<111112113114115116117118119120>>...184

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCaseUtil.hpp36 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 Dangle_deqp_gtest.cpp205 std::string path = strstr.str(); in FindFileFromPath() local
/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py260 path = "%s/%s_%d.rts" % (testDirectory, testName, varIndex) variable
272 path = "%s/%s.rts" % (testDirectory, testName) variable
[all...]
/third_party/skia/samplecode/
H A DSampleShadowColor.cpp94 void drawShadowedPath(SkCanvas* canvas, const SkPath& path, in drawShadowedPath() argument
H A DSamplePathTessellators.cpp58 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 DSampleThinAA.cpp107 SkPath path; variable
H A DSampleAndroidShadows.cpp143 void drawShadowedPath(SkCanvas* canvas, const SkPath& path, in drawShadowedPath() argument
/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() argument
H A DSkStrikeCache.h58 const SkPath* mergePath(SkGlyph* glyph, const SkPath* path) { in mergePath() argument
H A DSkWriteBuffer.cpp127 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() argument
H A DSkContourMeasure.cpp177 Impl(const SkPath& path, bool forceClosed, SkScalar resScale) in Impl() argument
H A DSkFontMgr.cpp138 sk_sp<SkTypeface> SkFontMgr::makeFromFile(const char path[], int ttcIndex) const { in makeFromFile() argument
H A DSkScalerCache.cpp69 std::tuple<const SkPath*, size_t> SkScalerCache::mergePath(SkGlyph* glyph, const SkPath* path) { in mergePath() argument
[all...]
H A DSkEdgeBuilder.cpp221 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 DSkGlyph.cpp144 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 DSkGlyphBuffer.h99 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 DSkStrokerPriv.cpp15 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 DSkWriter32.h137 void writePath(const SkPath& path) { in writePath() argument
/third_party/skia/src/gpu/geometry/
H A DGrShape.h68 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 DStrokeTessellateOp.cpp41 StrokeTessellateOp(GrAAType aaType, const SkMatrix& viewMatrix, const SkPath& path, const SkStrokeRec& stroke, GrPaint&& paint) StrokeTessellateOp() argument
/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.cpp398 bool StencilMaskHelper::drawPath(const SkPath& path, in drawPath() argument
/third_party/skia/src/gpu/tessellate/
H A DMiddleOutPolygonTriangulator.h203 PathMiddleOutFanIter(const SkPath& path) : fMiddleOut(path.countVerbs()) { in PathMiddleOutFanIter() argument
H A DStrokeIterator.h34 StrokeIterator(const SkPath& path, const SkStrokeRec* stroke, const SkMatrix* viewMatrix) in StrokeIterator() argument
H A DPathWedgeTessellator.cpp40 MidpointContourParser(const SkPath& path) in MidpointContourParser() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dtest_shaders.py20 import os.path namespace
[all...]

Completed in 18 milliseconds

1...<<111112113114115116117118119120>>...184