Searched refs:y4f (Results 1 – 5 of 5) sorted by relevance
76 auto x = this->x4f(), y = this->y4f(); in bounds()84 Sk4f y4f() const { return Sk4f::Load(fY); } in y4f() function115 Sk4f y = this->y4f(); in bounds()131 Sk4f y4f() const { return Sk4f::Load(fY); } in y4f() function
100 skvx::Vec<4, float> y4f() const { return skvx::Vec<4, float>::Load(fY); } in y4f() function
320 V4f ys = this->y4f(); in projectedBounds()583 V4f devY = quad->fDevice.y4f(); in CropToRect()911 fY = deviceQuad.y4f(); in reset()916 fV = localQuad->y4f(); in reset()
410 Sk4f oY = deviceQuad.y4f(); in Tessellate()417 oV = localQuad.y4f(); in Tessellate()
172 skvx::Vec<4, float> ys = srcQuad->y4f() * params.fInvH + params.fYOffset; in normalize_src_quad()