Home
last modified time | relevance | path

Searched refs:fDepth (Results 1 – 15 of 15) sorted by relevance

/external/skia/samplecode/
DSampleThinAA.cpp88 if (fDepth > 0.f) { in name()
89 name.appendf("-curve-%.2f", fDepth); in name()
91 } else if (fDepth > 0.f) { in name()
92 name.appendf("curve-%.2f", fDepth); in name()
93 } else if (fDepth < 0.f) { in name()
94 name.appendf("line-%.2f", -fDepth); in name()
103 return sk_sp<ShapeRenderer>(new PathRenderer(fDepth, true)); in toHairline()
110 if (fDepth > 0.f) { in draw()
111 path.quadTo(kTileWidth / 2.f + fDepth, kTileHeight / 2.f, in draw()
114 if (fDepth < 0.f) { in draw()
[all …]
DSampleImageFilterDAG.cpp42 int fDepth; member
67 , fDepth(depth) in FilterNode()
219 if (node.fDepth == 0) { in print_info()
/external/skqp/samplecode/
DSampleThinAA.cpp91 if (fDepth > 0.f) { in name()
92 name.appendf("-curve-%.2f", fDepth); in name()
94 } else if (fDepth > 0.f) { in name()
95 name.appendf("curve-%.2f", fDepth); in name()
96 } else if (fDepth < 0.f) { in name()
97 name.appendf("line-%.2f", -fDepth); in name()
106 return sk_sp<ShapeRenderer>(new PathRenderer(fDepth, true)); in toHairline()
113 if (fDepth > 0.f) { in draw()
114 path.quadTo(kTileWidth / 2.f + fDepth, kTileHeight / 2.f, in draw()
117 if (fDepth < 0.f) { in draw()
[all …]
/external/skia/src/pathops/
DSkIntersections.h22 , fDepth(0) in SkIntersections()
220 SkASSERT(--fDepth >= 0); in downDepth()
234 SkASSERT(++fDepth < 16); in upDepth()
290 return fDepth; in depth()
326 int fDepth; variable
/external/skqp/src/pathops/
DSkIntersections.h22 , fDepth(0) in SkIntersections()
220 SkASSERT(--fDepth >= 0); in downDepth()
234 SkASSERT(++fDepth < 16); in upDepth()
290 return fDepth; in depth()
326 int fDepth; variable
/external/swiftshader/src/Renderer/
DSampler.cpp170 mipmap.fDepth[0] = (float)depth / 65536.0f; in setTextureLevel()
171 mipmap.fDepth[1] = (float)depth / 65536.0f; in setTextureLevel()
172 mipmap.fDepth[2] = (float)depth / 65536.0f; in setTextureLevel()
173 mipmap.fDepth[3] = (float)depth / 65536.0f; in setTextureLevel()
DSampler.hpp30 float4 fDepth; member
/external/skqp/src/ports/
DSkFontMgr_android_parser.cpp99 , fDepth(1) in FamilyData()
113 int fDepth; // The current element depth of the parse. member
582 self->fSkip = self->fDepth; in start_element_handler()
586 ++self->fDepth; in start_element_handler()
591 --self->fDepth; in end_element_handler()
603 if (self->fSkip == self->fDepth) { in end_element_handler()
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp101 , fDepth(1) in FamilyData()
115 int fDepth; // The current element depth of the parse. member
584 self->fSkip = self->fDepth; in start_element_handler()
588 ++self->fDepth; in start_element_handler()
593 --self->fDepth; in end_element_handler()
605 if (self->fSkip == self->fDepth) { in end_element_handler()
/external/skqp/src/sksl/
DSkSLParser.h289 int fDepth = 0; variable
DSkSLParser.cpp61 fParser->fDepth++; in AutoDepth()
65 fParser->fDepth--; in ~AutoDepth()
69 if (fParser->fDepth > MAX_PARSE_DEPTH) { in checkValid()
/external/skia/src/sksl/
DSkSLParser.cpp63 , fDepth(0) {} in AutoDepth()
66 fParser->fDepth -= fDepth; in ~AutoDepth()
70 ++fDepth; in increase()
71 ++fParser->fDepth; in increase()
72 if (fParser->fDepth > kMaxParseDepth) { in increase()
81 int fDepth; member in SkSL::AutoDepth
DSkSLParser.h308 int fDepth = 0; variable
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...