Home
last modified time | relevance | path

Searched refs:yoffsets (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkAAClip.cpp67 YOffset* yoffsets() { in yoffsets() function
70 const YOffset* yoffsets() const { in yoffsets() function
74 return (uint8_t*)(this->yoffsets() + fRowCount); in data()
77 return (const uint8_t*)(this->yoffsets() + fRowCount); in data()
105 YOffset* yoff = head->yoffsets(); in AllocRect()
150 fCurrYOff = head->yoffsets(); in Iter()
205 const YOffset* yoff = head->yoffsets(); in validate()
365 YOffset* yoff = head->yoffsets(); in trimLeftRight()
406 yoff = head->yoffsets(); in trimLeftRight()
441 YOffset* yoff = head->yoffsets(); in trimTopBottom()
[all …]
/external/skqp/src/core/
DSkAAClip.cpp67 YOffset* yoffsets() { in yoffsets() function
70 const YOffset* yoffsets() const { in yoffsets() function
74 return (uint8_t*)(this->yoffsets() + fRowCount); in data()
77 return (const uint8_t*)(this->yoffsets() + fRowCount); in data()
105 YOffset* yoff = head->yoffsets(); in AllocRect()
150 fCurrYOff = head->yoffsets(); in Iter()
205 const YOffset* yoff = head->yoffsets(); in validate()
365 YOffset* yoff = head->yoffsets(); in trimLeftRight()
406 yoff = head->yoffsets(); in trimLeftRight()
441 YOffset* yoff = head->yoffsets(); in trimTopBottom()
[all …]
/external/libaom/libaom/test/
Dmasked_variance_test.cc80 int yoffsets[] = { 0, 4, rnd(BIL_SUBPEL_SHIFTS) }; in TEST_P() local
90 yoffset = yoffsets[l]; in TEST_P()