Home
last modified time | relevance | path

Searched refs:SkSetFourByteTag (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/src/core/
DSkICCPriv.h22 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 …]
DSkPictureData.h52 #define SK_PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd')
53 #define SK_PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't')
54 #define SK_PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c')
55 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r')
56 #define SK_PICT_DRAWABLE_TAG SkSetFourByteTag('d', 'r', 'a', 'w')
59 #define SK_PICT_BUFFER_SIZE_TAG SkSetFourByteTag('a', 'r', 'a', 'y')
61 #define SK_PICT_PAINT_BUFFER_TAG SkSetFourByteTag('p', 'n', 't', ' ')
62 #define SK_PICT_PATH_BUFFER_TAG SkSetFourByteTag('p', 't', 'h', ' ')
63 #define SK_PICT_TEXTBLOB_BUFFER_TAG SkSetFourByteTag('b', 'l', 'o', 'b')
64 #define SK_PICT_VERTICES_BUFFER_TAG SkSetFourByteTag('v', 'e', 'r', 't')
[all …]
DSkICC.cpp32 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');
DSkFontStream.cpp70 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in count_tables()
149 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in CountTTCEntries()
DSkPicturePriv.h39 uint64_t sharedID = SkSetFourByteTag('p', 'i', 'c', 't'); in MakeSharedID()
DSkScalerContext.h434 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
435 #define kEffects_SkDescriptorTag SkSetFourByteTag('e', 'f', 'c', 't')
/third_party/flutter/skia/src/core/
DSkICCPriv.h22 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 …]
DSkPictureData.h53 #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 …]
DSkICC.cpp32 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');
DSkFontStream.cpp70 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in count_tables()
149 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in CountTTCEntries()
DSkScalerContext.h414 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
415 #define kEffects_SkDescriptorTag SkSetFourByteTag('e', 'f', 'c', 't')
/third_party/skia/tests/
DTypefaceTest.cpp228 { SkSetFourByteTag('w','g','h','t'), 400.0f }, in DEF_TEST()
229 { SkSetFourByteTag('w','d','t','h'), 100.0f }, in DEF_TEST()
246 { SkSetFourByteTag('w','g','h','t'), 700.0f }, in DEF_TEST()
247 { SkSetFourByteTag('w','g','h','t'), 600.0f }, in DEF_TEST()
248 { SkSetFourByteTag('w','g','h','t'), 600.0f }, in DEF_TEST()
267 { SkSetFourByteTag('w','g','h','t'), 1.618033988749895f }, in DEF_TEST()
268 { SkSetFourByteTag('w','g','h','t'), SK_ScalarSqrt2 }, in DEF_TEST()
316 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t')); in DEF_TEST()
431 Axis(SkSetFourByteTag('w','g','h','t'), 100.0f, 400.0f, 900.0f, true ), in DEF_TEST()
432 Axis(SkSetFourByteTag('w','d','t','h'), 50.0f, 100.0f, 200.0f, false), in DEF_TEST()
[all …]
DTypefaceMacTest.cpp78 constexpr SkFourByteTag kGRADTag = SkSetFourByteTag('G', 'R', 'A', 'D'); in DEF_TEST()
79 constexpr SkFourByteTag kWghtTag = SkSetFourByteTag('w', 'g', 'h', 't'); in DEF_TEST()
80 constexpr SkFourByteTag kWdthTag = SkSetFourByteTag('w', 'd', 't', 'h'); in DEF_TEST()
81 constexpr SkFourByteTag kOpszTag = SkSetFourByteTag('o', 'p', 's', 'z'); in DEF_TEST()
DFontHostTest.cpp22 #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')
DFontMgrFontConfigTest.cpp73 SkFourByteTag tag = SkSetFourByteTag('w', 'g', 'h', 't'); in DEF_TEST()
/third_party/flutter/skia/tests/
DFontHostTest.cpp22 #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')
DTypefaceTest.cpp155 { SkSetFourByteTag('w','g','h','t'), 1.618033988749895f }, in DEF_TEST()
156 { SkSetFourByteTag('w','g','h','t'), SK_ScalarSqrt2 }, in DEF_TEST()
219 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t')); in DEF_TEST()
267 REPORTER_ASSERT(reporter, parameter[0].tag == SkSetFourByteTag('w','g','h','t')); in DEF_TEST()
DFontMgrFontConfigTest.cpp72 SkFourByteTag tag = SkSetFourByteTag('w', 'g', 'h', 't'); in DEF_TEST()
/third_party/skia/samplecode/
DSampleTextBox.cpp80 SkFourByteTag undeterminedScript = SkSetFourByteTag('Z','y','y','y'); in drawTest()
153 SkFourByteTag undeterminedScript = SkSetFourByteTag('Z','y','y','y'); in drawTest()
/third_party/skia/src/sfnt/
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
/third_party/flutter/skia/src/sfnt/
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp586 if (!this->getTableSize(SkSetFourByteTag('g','l','y','f')) || in onGetAdvancedMetrics()
587 !this->getTableSize(SkSetFourByteTag('l','o','c','a'))) in onGetAdvancedMetrics()
695 constexpr SkFontTableTag CFFTag = SkSetFourByteTag('C', 'F', 'F', ' '); in onOpenStream()
696 constexpr SkFontTableTag CFF2Tag = SkSetFourByteTag('C', 'F', 'F', '2'); in onOpenStream()
713 constexpr SkFontTableTag TYPE1Tag = SkSetFourByteTag('T', 'Y', 'P', '1'); in onOpenStream()
714 constexpr SkFontTableTag CIDTag = SkSetFourByteTag('C', 'I', 'D', ' '); in onOpenStream()
1112 constexpr const SkFourByteTag opszTag = SkSetFourByteTag('o','p','s','z'); in SkCTVariationFromSkFontArguments()
/third_party/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp106 static constexpr SkFourByteTag kSPIRV_Tag = SkSetFourByteTag('S', 'P', 'R', 'V');
107 static constexpr SkFourByteTag kSKSL_Tag = SkSetFourByteTag('S', 'K', 'S', 'L');
/third_party/flutter/skia/gm/
Dfontscalerdistortable.cpp64 SkFourByteTag tag = SkSetFourByteTag('w','g','h','t'); in onDraw()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp155 static constexpr SkFourByteTag kSKSL_Tag = SkSetFourByteTag('S', 'K', 'S', 'L');
156 static constexpr SkFourByteTag kGLSL_Tag = SkSetFourByteTag('G', 'L', 'S', 'L');
157 static constexpr SkFourByteTag kGLPB_Tag = SkSetFourByteTag('G', 'L', 'P', 'B');

123