HomeSort by relevance Sort by last modified time
    Searched refs:SkTSize (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkSize.h 13 template <typename T> struct SkTSize {
17 static SkTSize Make(T w, T h) {
18 SkTSize s;
64 static inline bool operator==(const SkTSize<T>& a, const SkTSize<T>& b) {
69 static inline bool operator!=(const SkTSize<T>& a, const SkTSize<T>& b) {
75 typedef SkTSize<int32_t> SkISize;
79 struct SkSize : public SkTSize<SkScalar> {
  /external/skia/gm/
ninepatchstretch.cpp 76 const SkTSize<SkScalar> size[] = {
  /external/skia/samplecode/
SampleNinePatch.cpp 75 const SkTSize<SkScalar> size[] = {
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 191 milliseconds