/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 | 53 #define SK_PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd') 54 #define SK_PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't') 55 #define SK_PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c') 56 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r') 57 #define SK_PICT_DRAWABLE_TAG SkSetFourByteTag('d', 'r', 'a', 'w') 60 #define SK_PICT_BUFFER_SIZE_TAG SkSetFourByteTag('a', 'r', 'a', 'y') 62 #define SK_PICT_PAINT_BUFFER_TAG SkSetFourByteTag('p', 'n', 't', ' ') 63 #define SK_PICT_PATH_BUFFER_TAG SkSetFourByteTag('p', 't', 'h', ' ') 64 #define SK_PICT_TEXTBLOB_BUFFER_TAG SkSetFourByteTag('b', 'l', 'o', 'b') 65 #define SK_PICT_VERTICES_BUFFER_TAG SkSetFourByteTag('v', 'e', 'r', 't') [all …]
|
D | SkICC.cpp | 32 SkEndian_SwapBE32(SkSetFourByteTag('e', 'n', 'U', 'S')), // English USA 62 SkEndian_SwapBE32(SkSetFourByteTag('e', 'n', 'U', 'S')), // English USA 70 static constexpr uint32_t kTAG_desc = SkSetFourByteTag('d', 'e', 's', 'c'); 86 static constexpr uint32_t kTAG_wtpt = SkSetFourByteTag('w', 't', 'p', 't'); 89 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 | SkScalerContext.h | 432 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c') 433 #define kEffects_SkDescriptorTag SkSetFourByteTag('e', 'f', 'c', 't')
|
/external/skqp/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 | 53 #define SK_PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd') 54 #define SK_PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't') 55 #define SK_PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c') 56 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r') 57 #define SK_PICT_DRAWABLE_TAG SkSetFourByteTag('d', 'r', 'a', 'w') 60 #define SK_PICT_BUFFER_SIZE_TAG SkSetFourByteTag('a', 'r', 'a', 'y') 62 #define SK_PICT_PAINT_BUFFER_TAG SkSetFourByteTag('p', 'n', 't', ' ') 63 #define SK_PICT_PATH_BUFFER_TAG SkSetFourByteTag('p', 't', 'h', ' ') 64 #define SK_PICT_TEXTBLOB_BUFFER_TAG SkSetFourByteTag('b', 'l', 'o', 'b') 65 #define SK_PICT_VERTICES_BUFFER_TAG SkSetFourByteTag('v', 'e', 'r', 't') [all …]
|
D | SkICC.cpp | 32 SkEndian_SwapBE32(SkSetFourByteTag('e', 'n', 'U', 'S')), // English USA 62 SkEndian_SwapBE32(SkSetFourByteTag('e', 'n', 'U', 'S')), // English USA 70 static constexpr uint32_t kTAG_desc = SkSetFourByteTag('d', 'e', 's', 'c'); 86 static constexpr uint32_t kTAG_wtpt = SkSetFourByteTag('w', 't', 'p', 't'); 89 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 | SkScalerContext.h | 437 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c') 438 #define kEffects_SkDescriptorTag SkSetFourByteTag('e', 'f', 'c', 't')
|
/external/skqp/tests/ |
D | TypefaceTest.cpp | 150 { SkSetFourByteTag('w','g','h','t'), 1.618033988749895f }, in DEF_TEST() 151 { SkSetFourByteTag('w','g','h','t'), SK_ScalarSqrt2 }, in DEF_TEST() 214 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t')); in DEF_TEST() 262 REPORTER_ASSERT(reporter, parameter[0].tag == SkSetFourByteTag('w','g','h','t')); in DEF_TEST()
|
D | FontHostTest.cpp | 22 #define kFontTableTag_head SkSetFourByteTag('h', 'e', 'a', 'd') 23 #define kFontTableTag_hhea SkSetFourByteTag('h', 'h', 'e', 'a') 24 #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p')
|
D | FontMgrFontConfigTest.cpp | 63 SkFourByteTag tag = SkSetFourByteTag('w', 'g', 'h', 't'); in DEF_TEST()
|
/external/skia/tests/ |
D | FontHostTest.cpp | 22 #define kFontTableTag_head SkSetFourByteTag('h', 'e', 'a', 'd') 23 #define kFontTableTag_hhea SkSetFourByteTag('h', 'h', 'e', 'a') 24 #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p')
|
D | TypefaceTest.cpp | 154 { SkSetFourByteTag('w','g','h','t'), 1.618033988749895f }, in DEF_TEST() 155 { SkSetFourByteTag('w','g','h','t'), SK_ScalarSqrt2 }, in DEF_TEST() 221 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t')); in DEF_TEST() 268 REPORTER_ASSERT(reporter, parameter[0].tag == SkSetFourByteTag('w','g','h','t')); in DEF_TEST()
|
D | FontMgrFontConfigTest.cpp | 72 SkFourByteTag tag = SkSetFourByteTag('w', 'g', 'h', 't'); in DEF_TEST()
|
D | DescriptorTest.cpp | 68 desc->addEntry(SkSetFourByteTag('t', 'e', 's', 't'), testSize, nullptr); in DEF_TEST()
|
D | ShaperTest.cpp | 75 constexpr SkFourByteTag latn = SkSetFourByteTag('l','a','t','n'); in shaper_test()
|
/external/skia/samplecode/ |
D | SampleTextBox.cpp | 79 SkFourByteTag undeterminedScript = SkSetFourByteTag('Z','y','y','y'); in drawTest() 152 SkFourByteTag undeterminedScript = SkSetFourByteTag('Z','y','y','y'); in drawTest()
|
/external/skia/src/sfnt/ |
D | SkOTTableTypes.h | 44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
|
/external/skqp/src/sfnt/ |
D | SkOTTableTypes.h | 44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 96 static constexpr SkFourByteTag kSPIRV_Tag = SkSetFourByteTag('S', 'P', 'R', 'V'); 97 static constexpr SkFourByteTag kSKSL_Tag = SkSetFourByteTag('S', 'K', 'S', 'L');
|
/external/skqp/gm/ |
D | fontscalerdistortable.cpp | 54 SkFourByteTag tag = SkSetFourByteTag('w','g','h','t'); in onDraw()
|
/external/skia/gm/ |
D | fontscalerdistortable.cpp | 53 constexpr SkFourByteTag wght = SkSetFourByteTag('w','g','h','t'); in onOnceBeforeDraw()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 153 static constexpr SkFourByteTag kSKSL_Tag = SkSetFourByteTag('S', 'K', 'S', 'L'); 154 static constexpr SkFourByteTag kGLSL_Tag = SkSetFourByteTag('G', 'L', 'S', 'L'); 155 static constexpr SkFourByteTag kGLPB_Tag = SkSetFourByteTag('G', 'L', 'P', 'B');
|