Home
last modified time | relevance | path

Searched refs:fV (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkGlyphBuffer.h87 SkGlyphVariant() : fV{nullptr} { } in SkGlyphVariant()
89 fV.packedID = packedID; in operator =()
94 fV.glyph = glyph; in operator =()
100 fV.path = path; in operator =()
107 return fV.glyph; in glyph()
111 return fV.path; in path()
115 return fV.packedID; in packedID()
127 } fV; member in SkSourceGlyphBuffer::SkGlyphVariant
/third_party/skia/src/utils/
H A DSkCamera.cpp31 fV = {0, -SK_Scalar1, 0}; in reset()
39 dst->fV = m * fV; in transform()
45 SkScalar cx = fU.y * fV.z - fU.z * fV.y; in dotWith()
46 SkScalar cy = fU.z * fV.x - fU.x * fV.y; in dotWith()
47 SkScalar cz = fU.x * fV.y - fU.y * fV.x; in dotWith()
125 // This multiplies fOrientation by the matrix [quilt.fU quilt.fV dif in patchToMatrix()
[all...]
H A DSkPolyUtils.cpp24 SkVector fV; member
94 const SkVector& v0 = s0.fV; in compute_intersection()
95 const SkVector& v1 = s1.fV; in compute_intersection()
254 SkPoint p1 = this->fOffset.fP0 + this->fOffset.fV; in checkIntersection()
272 const SkVector& v0 = s0.fV; in computeCrossingDistance()
273 const SkVector& v1 = s1.fV; in computeCrossingDistance()
370 edgeData[curr].fOffset.fV = v; in SkInsetConvexPolygon()
416 currEdge->fOffset.fV, in SkInsetConvexPolygon()
420 currEdge->fOffset.fV, in SkInsetConvexPolygon()
421 prevEdge->fOffset.fP0 + prevEdge->fOffset.fV)) { in SkInsetConvexPolygon()
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrQuadUtils.cpp435 clip.fV = (t * next_ccw(v.fV) + (1.f - t) * v.fV);
460 v.fV = if_then_else(validW, v.fV,
461 if_then_else((!ccwValid) & (!cwValid), next_ccw(clip.fV),
462 if_then_else(ccwValid, clip.fV, /* cwValid */ next_cw(clip.fV))));
481 mid.fV = 0.5f * (v.fV
[all...]
H A DGrQuadUtils.h161 skvx::Vec<4, float> fU, fV, fR; member
/third_party/skia/bench/
H A DMatrix44Bench.cpp121 fV = fM0 * v;
125 SkV4 fV; member in M4_map4
138 fV = m.mapXY(5, 6);
142 SkPoint fV; member in M4_map2
/third_party/skia/include/utils/
H A DSkCamera.h44 SkV3 fU, fV; member in SkPatch3D

Completed in 6 milliseconds