Home
last modified time | relevance | path

Searched defs:leftEdge (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp211 …Pointer<Byte> leftEdge = Pointer<Byte>(primitive + OFFSET(Primitive, outline->left)) + q * sizeof(… in generate() local
590 Pointer<Byte> leftEdge = primitive + q * sizeof(Primitive) + OFFSET(Primitive, outline->left); in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp225 …Pointer<Byte> leftEdge = Pointer<Byte>(primitive + OFFSET(Primitive,outline->left)) + q * sizeof(P… in generate() local
582 Pointer<Byte> leftEdge = primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->left); in edge() local
/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp721 Edge* leftEdge = v->fLeftEnclosingEdge; in rewind() local
1341 Edge* leftEdge = leftEnclosingEdge; in simplify() local
1438 Edge* leftEdge = v->fFirstEdgeBelow; in tessellate() local
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c996 int const leftEdge = i; in find_tongue() local
1123 int leftEdge; /* x position of leftmost pixel in tongue on this line */ in fill_in_tongue() local
/third_party/skia/src/core/
DSkBlitter.cpp230 int leftEdge = cx - bitsLeft; in blitMask() local