Home
last modified time | relevance | path

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

12

/external/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.h432 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
433 #define kEffects_SkDescriptorTag SkSetFourByteTag('e', 'f', 'c', 't')
/external/skqp/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.h437 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
438 #define kEffects_SkDescriptorTag SkSetFourByteTag('e', 'f', 'c', 't')
/external/skqp/tests/
DTypefaceTest.cpp150 { 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()
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.cpp63 SkFourByteTag tag = SkSetFourByteTag('w', 'g', 'h', 't'); in DEF_TEST()
/external/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.cpp154 { 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()
DFontMgrFontConfigTest.cpp72 SkFourByteTag tag = SkSetFourByteTag('w', 'g', 'h', 't'); in DEF_TEST()
DDescriptorTest.cpp68 desc->addEntry(SkSetFourByteTag('t', 'e', 's', 't'), testSize, nullptr); in DEF_TEST()
DShaperTest.cpp75 constexpr SkFourByteTag latn = SkSetFourByteTag('l','a','t','n'); in shaper_test()
/external/skia/samplecode/
DSampleTextBox.cpp79 SkFourByteTag undeterminedScript = SkSetFourByteTag('Z','y','y','y'); in drawTest()
152 SkFourByteTag undeterminedScript = SkSetFourByteTag('Z','y','y','y'); in drawTest()
/external/skia/src/sfnt/
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
/external/skqp/src/sfnt/
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
/external/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp96 static constexpr SkFourByteTag kSPIRV_Tag = SkSetFourByteTag('S', 'P', 'R', 'V');
97 static constexpr SkFourByteTag kSKSL_Tag = SkSetFourByteTag('S', 'K', 'S', 'L');
/external/skqp/gm/
Dfontscalerdistortable.cpp54 SkFourByteTag tag = SkSetFourByteTag('w','g','h','t'); in onDraw()
/external/skia/gm/
Dfontscalerdistortable.cpp53 constexpr SkFourByteTag wght = SkSetFourByteTag('w','g','h','t'); in onOnceBeforeDraw()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp153 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');

12