Lines Matching refs:mapped
204 SkV4 mapped = m.map(p.x, p.y, 0.f, 1.f);
205 REPORTER_ASSERT(reporter, mapped.z == 0.f);
206 REPORTER_ASSERT(reporter, mapped.w == 1.f);
207 return SkV2{mapped.x, mapped.y};
286 SkV4 mapped = m * corners[i];
287 if (mapped.w > 0.f) {
289 float x = mapped.x / mapped.w;
290 float y = mapped.y / mapped.w;
305 // The mapped point would be clipped so the clipped mapped bounds don't necessarily
312 // At least one of the mapped corners should have contributed to the rect
326 // The mapped corners should have contributed to all four edges of the returned rect
365 // so they would be clipped "behind" the plane, resulting in an empty mapped rect. Coordinates
366 // with positive that wouldn't overflow when divided by w should still be included in the mapped