Searched refs:yoffsets (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | cv_util.py | 59 yoffsets = half_length * np.sin(angles) 64 lines[:, 1] = centery - yoffsets 65 lines[:, 3] = centery + yoffsets
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 63 YOffset* yoffsets() { in yoffsets() function 66 const YOffset* yoffsets() const { in yoffsets() function 70 return (uint8_t*)(this->yoffsets() + fRowCount); in data() 73 return (const uint8_t*)(this->yoffsets() + fRowCount); in data() 101 YOffset* yoff = head->yoffsets(); in AllocRect() 146 fCurrYOff = head->yoffsets(); in Iter() 200 const YOffset* yoff = head->yoffsets(); in validate() 447 YOffset* yoff = head->yoffsets(); in trimLeftRight() 488 yoff = head->yoffsets(); in trimLeftRight() 523 YOffset* yoff = head->yoffsets(); in trimTopBottom() [all …]
|
/external/skia/src/effects/ |
D | SkTableColorFilter.cpp | 412 const char* yoffsets; in emitCode() local 415 "yoffsets", &yoffsets); in emitCode() 438 coord.printf("vec2(coord.a, %s.a)", yoffsets); in emitCode() 443 coord.printf("vec2(coord.r, %s.r)", yoffsets); in emitCode() 448 coord.printf("vec2(coord.g, %s.g)", yoffsets); in emitCode() 453 coord.printf("vec2(coord.b, %s.b)", yoffsets); in emitCode()
|