/external/skia/src/core/ |
D | SkICCPriv.h | 22 static constexpr uint32_t kRGB_ColorSpace = SkSetFourByteTag('R', 'G', 'B', ' '); 23 static constexpr uint32_t kCMYK_ColorSpace = SkSetFourByteTag('C', 'M', 'Y', 'K'); 24 static constexpr uint32_t kGray_ColorSpace = SkSetFourByteTag('G', 'R', 'A', 'Y'); 25 static constexpr uint32_t kDisplay_Profile = SkSetFourByteTag('m', 'n', 't', 'r'); 26 static constexpr uint32_t kInput_Profile = SkSetFourByteTag('s', 'c', 'n', 'r'); 27 static constexpr uint32_t kOutput_Profile = SkSetFourByteTag('p', 'r', 't', 'r'); 28 static constexpr uint32_t kColorSpace_Profile = SkSetFourByteTag('s', 'p', 'a', 'c'); 29 static constexpr uint32_t kXYZ_PCSSpace = SkSetFourByteTag('X', 'Y', 'Z', ' '); 30 static constexpr uint32_t kLAB_PCSSpace = SkSetFourByteTag('L', 'a', 'b', ' '); 31 static constexpr uint32_t kACSP_Signature = SkSetFourByteTag('a', 'c', 's', 'p'); [all …]
|
D | SkPictureData.h | 58 #define SK_PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd') 59 #define SK_PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't') 60 #define SK_PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c') 61 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r') 62 #define SK_PICT_DRAWABLE_TAG SkSetFourByteTag('d', 'r', 'a', 'w') 65 #define SK_PICT_BUFFER_SIZE_TAG SkSetFourByteTag('a', 'r', 'a', 'y') 67 #define SK_PICT_BITMAP_BUFFER_TAG SkSetFourByteTag('b', 't', 'm', 'p') 68 #define SK_PICT_PAINT_BUFFER_TAG SkSetFourByteTag('p', 'n', 't', ' ') 69 #define SK_PICT_PATH_BUFFER_TAG SkSetFourByteTag('p', 't', 'h', ' ') 70 #define SK_PICT_TEXTBLOB_BUFFER_TAG SkSetFourByteTag('b', 'l', 'o', 'b') [all …]
|
D | SkScalerContext.h | 363 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c') 364 #define kPathEffect_SkDescriptorTag SkSetFourByteTag('p', 't', 'h', 'e') 365 #define kMaskFilter_SkDescriptorTag SkSetFourByteTag('m', 's', 'k', 'f') 366 #define kRasterizer_SkDescriptorTag SkSetFourByteTag('r', 'a', 's', 't')
|
D | SkICC.cpp | 160 SkEndian_SwapBE32(SkSetFourByteTag('e', 'n', 'U', 'S')), // English USA 185 SkEndian_SwapBE32(SkSetFourByteTag('e', 'n', 'U', 'S')), // English USA 193 static constexpr uint32_t kTAG_desc = SkSetFourByteTag('d', 'e', 's', 'c'); 209 static constexpr uint32_t kTAG_wtpt = SkSetFourByteTag('w', 't', 'p', 't'); 212 static constexpr uint32_t kTAG_cprt = SkSetFourByteTag('c', 'p', 'r', 't');
|
D | SkFontStream.cpp | 70 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in count_tables() 149 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in CountTTCEntries()
|
D | SkColorSpace_ICC.cpp | 589 static constexpr uint32_t kTAG_AtoBType = SkSetFourByteTag('m', 'A', 'B', ' '); 590 static constexpr uint32_t kTAG_lut8Type = SkSetFourByteTag('m', 'f', 't', '1'); 591 static constexpr uint32_t kTAG_lut16Type = SkSetFourByteTag('m', 'f', 't', '2');
|
D | SkBitmapCache.cpp | 19 uint64_t sharedID = SkSetFourByteTag('b', 'm', 'a', 'p'); in SkMakeResourceCacheSharedIDForBitmap()
|
/external/skia/tests/ |
D | FontHostTest.cpp | 21 #define kFontTableTag_head SkSetFourByteTag('h', 'e', 'a', 'd') 22 #define kFontTableTag_hhea SkSetFourByteTag('h', 'h', 'e', 'a') 23 #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p')
|
D | TypefaceTest.cpp | 106 { SkSetFourByteTag('w','g','h','t'), 1.618033988749895f }, in DEF_TEST() 107 { SkSetFourByteTag('w','g','h','t'), SK_ScalarSqrt2 }, in DEF_TEST() 165 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t')); in DEF_TEST()
|
D | FontNamesTest.cpp | 143 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e'); in test_systemfonts()
|
/external/skia/src/sfnt/ |
D | SkOTTableTypes.h | 44 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/gm/ |
D | fontscalerdistortable.cpp | 50 SkFourByteTag tag = SkSetFourByteTag('w','g','h','t'); in onDraw()
|
/external/skia/src/pipe/ |
D | SkPipeFormat.h | 13 #define kDefinePicture_ExtPipeVerb SkSetFourByteTag('s', 'k', 'p', 'i')
|
/external/skia/src/ports/ |
D | SkFontMgr_android_parser.cpp | 158 SkFourByteTag axisTag = SkSetFourByteTag('\0','\0','\0','\0'); in __anon4e75f4fd0102() 169 axisTag = SkSetFourByteTag(value[0], value[1], value[2], value[3]); in __anon4e75f4fd0102()
|
D | SkFontHost_win.cpp | 1929 SkEndian_SwapBE32(SkSetFourByteTag('t', 't', 'c', 'f')); in onOpenStream()
|
/external/skia/include/core/ |
D | SkTypes.h | 292 #define SkSetFourByteTag(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d)) macro
|
/external/skia/src/shaders/ |
D | SkPictureShader.cpp | 65 uint64_t sharedID = SkSetFourByteTag('p', 's', 'd', 'r'); in MakeSharedID()
|