OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSrcY
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkNinePatchIter.cpp
23
fSrcY
[0] = 0;
24
fSrcY
[1] = SkIntToScalar(c.fTop);
25
fSrcY
[2] = SkIntToScalar(c.fBottom);
26
fSrcY
[3] = SkIntToScalar(h);
62
src->set(fSrcX[x],
fSrcY
[y], fSrcX[x + 1],
fSrcY
[y + 1]);
SkNinePatchIter.h
32
SkScalar
fSrcY
[4];
Completed in 239 milliseconds