Searched refs:SkSetFourByteTag (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/core/ |
D | SkPictureData.h | 42 #define SK_PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd') 43 #define SK_PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't') 44 #define SK_PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c') 45 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r') 48 #define SK_PICT_BUFFER_SIZE_TAG SkSetFourByteTag('a', 'r', 'a', 'y') 50 #define SK_PICT_BITMAP_BUFFER_TAG SkSetFourByteTag('b', 't', 'm', 'p') 51 #define SK_PICT_PAINT_BUFFER_TAG SkSetFourByteTag('p', 'n', 't', ' ') 52 #define SK_PICT_PATH_BUFFER_TAG SkSetFourByteTag('p', 't', 'h', ' ') 53 #define SK_PICT_TEXTBLOB_BUFFER_TAG SkSetFourByteTag('b', 'l', 'o', 'b') 56 #define SK_PICT_EOF_TAG SkSetFourByteTag('e', 'o', 'f', ' ')
|
D | SkScalerContext.h | 333 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c') 334 #define kPathEffect_SkDescriptorTag SkSetFourByteTag('p', 't', 'h', 'e') 335 #define kMaskFilter_SkDescriptorTag SkSetFourByteTag('m', 's', 'k', 'f') 336 #define kRasterizer_SkDescriptorTag SkSetFourByteTag('r', 'a', 's', 't')
|
D | SkFontStream.cpp | 69 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in count_tables() 148 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in CountTTCEntries()
|
D | SkBitmapCache.cpp | 18 uint64_t sharedID = SkSetFourByteTag('b', 'm', 'a', 'p'); in SkMakeResourceCacheSharedIDForBitmap()
|
/external/skia/tests/ |
D | FontHostTest.cpp | 20 #define kFontTableTag_head SkSetFourByteTag('h', 'e', 'a', 'd') 21 #define kFontTableTag_hhea SkSetFourByteTag('h', 'h', 'e', 'a') 22 #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p')
|
D | FontNamesTest.cpp | 143 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e'); in test_systemfonts()
|
/external/skia/src/sfnt/ |
D | SkOTTableTypes.h | 45 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
|
D | SkOTUtils.cpp | 166 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e'); in CreateForFamilyNames()
|
/external/skia/include/core/ |
D | SkTypes.h | 316 #define SkSetFourByteTag(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d)) macro
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 118 : fCFData(CGFontCopyTableForTag(font, SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3))) in AutoCGTable()
|
D | SkFontHost_win.cpp | 1969 SkEndian_SwapBE32(SkSetFourByteTag('t', 't', 'c', 'f')); in onOpenStream()
|