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

  /external/skia/include/core/
SkScalerContext.h 266 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
267 #define kPathEffect_SkDescriptorTag SkSetFourByteTag('p', 't', 'h', 'e')
268 #define kMaskFilter_SkDescriptorTag SkSetFourByteTag('m', 's', 'k', 'f')
269 #define kRasterizer_SkDescriptorTag SkSetFourByteTag('r', 'a', 's', 't')
SkTypes.h 181 #define SkSetFourByteTag(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d))
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 63 static const uint32_t vdmxTag = SkSetFourByteTag('V', 'D', 'M', 'X');
  /external/skia/src/ports/
SkFontHost_tables.cpp 50 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) {
  /external/skia/src/core/
SkPicturePlayback.cpp 273 #define PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd')
274 #define PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't')
275 #define PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c')
276 #define PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r')
277 #define PICT_ARRAYS_TAG SkSetFourByteTag('a', 'r', 'a', 'y')
279 #define PICT_BITMAP_TAG SkSetFourByteTag('b', 't', 'm', 'p')
280 #define PICT_MATRIX_TAG SkSetFourByteTag('m', 't', 'r', 'x')
281 #define PICT_PAINT_TAG SkSetFourByteTag('p', 'n', 't', ' ')
282 #define PICT_PATH_TAG SkSetFourByteTag('p', 't', 'h', ' ')
283 #define PICT_REGION_TAG SkSetFourByteTag('r', 'g', 'n', ' '
    [all...]
SkGlyphCache.cpp 405 #define SkGlyphCache_GlobalsTag SkSetFourByteTag('g', 'l', 'f', 'c')
  /external/skia/src/views/
SkEventSink.cpp 26 #define SK_EventSink_GlobalsTag SkSetFourByteTag('e', 'v', 's', 'k')
SkEvent.cpp 293 #define SK_Event_GlobalsTag SkSetFourByteTag('e', 'v', 'n', 't')

Completed in 714 milliseconds