Home
last modified time | relevance | path

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

/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.h58 #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 …]
DSkScalerContext.h363 #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')
DSkICC.cpp160 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');
DSkFontStream.cpp70 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in count_tables()
149 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in CountTTCEntries()
DSkColorSpace_ICC.cpp589 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');
DSkBitmapCache.cpp19 uint64_t sharedID = SkSetFourByteTag('b', 'm', 'a', 'p'); in SkMakeResourceCacheSharedIDForBitmap()
/external/skia/tests/
DFontHostTest.cpp21 #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')
DTypefaceTest.cpp106 { 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()
DFontNamesTest.cpp143 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e'); in test_systemfonts()
/external/skia/src/sfnt/
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTUtils.cpp166 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e'); in CreateForFamilyNames()
/external/skia/gm/
Dfontscalerdistortable.cpp50 SkFourByteTag tag = SkSetFourByteTag('w','g','h','t'); in onDraw()
/external/skia/src/pipe/
DSkPipeFormat.h13 #define kDefinePicture_ExtPipeVerb SkSetFourByteTag('s', 'k', 'p', 'i')
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp158 SkFourByteTag axisTag = SkSetFourByteTag('\0','\0','\0','\0'); in __anon4e75f4fd0102()
169 axisTag = SkSetFourByteTag(value[0], value[1], value[2], value[3]); in __anon4e75f4fd0102()
DSkFontHost_win.cpp1929 SkEndian_SwapBE32(SkSetFourByteTag('t', 't', 'c', 'f')); in onOpenStream()
/external/skia/include/core/
DSkTypes.h292 #define SkSetFourByteTag(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d)) macro
/external/skia/src/shaders/
DSkPictureShader.cpp65 uint64_t sharedID = SkSetFourByteTag('p', 's', 'd', 'r'); in MakeSharedID()