OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RoundTile
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
Image.h
129
enum TileRule { StretchTile,
RoundTile
, RepeatTile };
Image.cpp
156
if (hRule ==
RoundTile
)
158
if (vRule ==
RoundTile
)
Completed in 33 milliseconds