Home
last modified time | relevance | path

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

/external/skia/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/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/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/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/swiftshader/src/Device/
DSampler.cpp169 mipmap.fDepth[0] = (float)depth / 65536.0f; in setTextureLevel()
170 mipmap.fDepth[1] = (float)depth / 65536.0f; in setTextureLevel()
171 mipmap.fDepth[2] = (float)depth / 65536.0f; in setTextureLevel()
172 mipmap.fDepth[3] = (float)depth / 65536.0f; in setTextureLevel()
DSampler.hpp30 float4 fDepth; member
/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.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/sksl/
DSkSLParser.h289 int fDepth = 0; variable
DSkSLParser.cpp62 fParser->fDepth++; in AutoDepth()
66 fParser->fDepth--; in ~AutoDepth()
70 if (fParser->fDepth > MAX_PARSE_DEPTH) { in checkValid()
/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()