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

  /external/skia/src/core/
SkPaint.cpp 185 #define DEFINE_REF_FOO(type) sk_sp<Sk##type> SkPaint::ref##type() const { return f##type; }
186 DEFINE_REF_FOO(ColorFilter)
187 DEFINE_REF_FOO(DrawLooper)
188 DEFINE_REF_FOO(ImageFilter)
189 DEFINE_REF_FOO(MaskFilter)
190 DEFINE_REF_FOO(PathEffect)
191 DEFINE_REF_FOO(Shader)
192 DEFINE_REF_FOO(Typeface)
193 #undef DEFINE_REF_FOO
    [all...]
  /external/skqp/src/core/
SkPaint.cpp 185 #define DEFINE_REF_FOO(type) sk_sp<Sk##type> SkPaint::ref##type() const { return f##type; }
186 DEFINE_REF_FOO(ColorFilter)
187 DEFINE_REF_FOO(DrawLooper)
188 DEFINE_REF_FOO(ImageFilter)
189 DEFINE_REF_FOO(MaskFilter)
190 DEFINE_REF_FOO(PathEffect)
191 DEFINE_REF_FOO(Shader)
192 DEFINE_REF_FOO(Typeface)
193 #undef DEFINE_REF_FOO
    [all...]

Completed in 51 milliseconds