OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkSize.h
77
struct
SkSize
: public SkTSize<SkScalar> {
78
static
SkSize
Make(SkScalar w, SkScalar h) {
79
SkSize
s;
86
SkSize
& operator=(const SkISize& src) {
/external/skia/include/core/
SkSize.h
77
struct
SkSize
: public SkTSize<SkScalar> {
78
static
SkSize
Make(SkScalar w, SkScalar h) {
79
SkSize
s;
86
SkSize
& operator=(const SkISize& src) {
Completed in 39 milliseconds