OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_COMPILE_ASSERT
(Results
1 - 25
of
31
) sorted by null
1
2
/external/skia/src/sfnt/
SkOTTable_OS_2.h
45
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2::Version::VA) == 68, sizeof_SkOTTableOS2__VA_not_68);
46
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2::Version::V0) == 78, sizeof_SkOTTableOS2__V0_not_78);
47
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2::Version::V1) == 86, sizeof_SkOTTableOS2__V1_not_86);
48
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2::Version::V2) == 96, sizeof_SkOTTableOS2__V2_not_96);
49
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2::Version::V3) == 96, sizeof_SkOTTableOS2__V3_not_96);
50
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2::Version::V4) == 96, sizeof_SkOTTableOS2__V4_not_96);
SkOTTable_maxp_CFF.h
27
SK_COMPILE_ASSERT
(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, SkOTTableHead_glyphDataFormat_not_at_2);
28
SK_COMPILE_ASSERT
(sizeof(SkOTTableMaximumProfile_CFF) == 6, sizeof_SkOTTableHead_not_4);
SkOTTable_hhea.h
53
SK_COMPILE_ASSERT
(offsetof(SkOTTableHorizontalHeader, numberOfHMetrics) == 34, SkOTTableHorizontalHeader_numberOfHMetrics_not_at_34);
54
SK_COMPILE_ASSERT
(sizeof(SkOTTableHorizontalHeader) == 36, sizeof_SkOTTableHorizontalHeader_not_36);
SkOTTable_maxp_TT.h
46
SK_COMPILE_ASSERT
(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 28, SkOTTableMaximumProfile_TT_maxComponentDepth_not_at_26);
47
SK_COMPILE_ASSERT
(sizeof(SkOTTableMaximumProfile_TT) == 30, sizeof_SkOTTableMaximumProfile_TT_not_28);
SkOTTable_post.h
49
SK_COMPILE_ASSERT
(offsetof(SkOTTablePostScript, maxMemType1) == 28, SkOTTablePostScript_maxMemType1_not_at_28);
50
SK_COMPILE_ASSERT
(sizeof(SkOTTablePostScript) == 32, sizeof_SkOTTablePostScript_not_32);
SkSFNTHeader.h
67
SK_COMPILE_ASSERT
(sizeof(SkSFNTHeader) == 12, sizeof_SkSFNTHeader_not_12);
68
SK_COMPILE_ASSERT
(sizeof(SkSFNTHeader::TableDirectoryEntry) == 16, sizeof_SkSFNTHeader_TableDirectoryEntry_not_16);
SkOTTable_head.h
147
SK_COMPILE_ASSERT
(offsetof(SkOTTableHead, glyphDataFormat) == 52, SkOTTableHead_glyphDataFormat_not_at_52);
148
SK_COMPILE_ASSERT
(sizeof(SkOTTableHead) == 54, sizeof_SkOTTableHead_not_54);
SkIBMFamilyClass.h
172
SK_COMPILE_ASSERT
(sizeof(SkIBMFamilyClass) == 2, sizeof_SkIBMFamilyClass_not_2);
SkOTTable_OS_2_V0.h
147
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2_V0) == 78, sizeof_SkOTTableOS2_V0_not_78);
SkOTTable_OS_2_VA.h
140
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2_VA) == 68, sizeof_SkOTTableOS2_VA_not_68);
SkOTTable_name.h
505
SK_COMPILE_ASSERT
(sizeof(SkOTTableName) == 6, sizeof_SkOTTableName_not_6);
506
SK_COMPILE_ASSERT
(sizeof(SkOTTableNameF1) == 2, sizeof_SkOTTableNameF1_not_2);
507
SK_COMPILE_ASSERT
(sizeof(SkOTTableNameLangTagRecord) == 4, sizeof_SkOTTableNameLangTagRecord_not_4);
508
SK_COMPILE_ASSERT
(sizeof(SkOTTableNameRecord) == 12, sizeof_SkOTTableNameRecord_not_12);
SkOTTable_OS_2_V1.h
516
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2_V1) == 86, sizeof_SkOTTableOS2_V1_not_86);
SkOTTable_OS_2_V2.h
538
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2_V2) == 96, sizeof_SkOTTableOS2_V2_not_96);
SkOTTable_OS_2_V3.h
548
SK_COMPILE_ASSERT
(sizeof(SkOTTableOS2_V3) == 96, sizeof_SkOTTableOS2_V3_not_96);
SkPanose.h
637
SK_COMPILE_ASSERT
(sizeof(SkPanose) == 10, sizeof_SkPanose_not_10);
/external/skia/legacy/src/core/
SkTextFormatParams.h
35
SK_COMPILE_ASSERT
(SK_ARRAY_COUNT(kStdFakeBoldInterpKeys) ==
/external/skia/src/core/
SkTextFormatParams.h
35
SK_COMPILE_ASSERT
(SK_ARRAY_COUNT(kStdFakeBoldInterpKeys) ==
/external/skia/legacy/src/ports/
SkThread_win.cpp
30
SK_COMPILE_ASSERT
(sizeof(fStorage) > sizeof(CRITICAL_SECTION),
/external/skia/src/pdf/
SkPDFGraphicState.cpp
205
SK_COMPILE_ASSERT
(SkPaint::kButt_Cap == 0, paint_cap_mismatch);
206
SK_COMPILE_ASSERT
(SkPaint::kRound_Cap == 1, paint_cap_mismatch);
207
SK_COMPILE_ASSERT
(SkPaint::kSquare_Cap == 2, paint_cap_mismatch);
208
SK_COMPILE_ASSERT
(SkPaint::kCapCount == 3, paint_cap_mismatch);
212
SK_COMPILE_ASSERT
(SkPaint::kMiter_Join == 0, paint_join_mismatch);
213
SK_COMPILE_ASSERT
(SkPaint::kRound_Join == 1, paint_join_mismatch);
214
SK_COMPILE_ASSERT
(SkPaint::kBevel_Join == 2, paint_join_mismatch);
215
SK_COMPILE_ASSERT
(SkPaint::kJoinCount == 3, paint_join_mismatch);
/external/skia/include/core/
SkPath.h
534
SK_COMPILE_ASSERT
(0 == kWinding_FillType, fill_type_mismatch);
535
SK_COMPILE_ASSERT
(1 == kEvenOdd_FillType, fill_type_mismatch);
536
SK_COMPILE_ASSERT
(2 == kInverseWinding_FillType, fill_type_mismatch);
537
SK_COMPILE_ASSERT
(3 == kInverseEvenOdd_FillType, fill_type_mismatch);
550
SK_COMPILE_ASSERT
(0 == kWinding_FillType, fill_type_mismatch);
551
SK_COMPILE_ASSERT
(1 == kEvenOdd_FillType, fill_type_mismatch);
552
SK_COMPILE_ASSERT
(2 == kInverseWinding_FillType, fill_type_mismatch);
553
SK_COMPILE_ASSERT
(3 == kInverseEvenOdd_FillType, fill_type_mismatch);
[
all
...]
SkTypes.h
129
#define
SK_COMPILE_ASSERT
(expr, msg) \
/external/skia/src/ports/
SkThread_win.cpp
53
SK_COMPILE_ASSERT
(sizeof(fStorage) > sizeof(CRITICAL_SECTION),
/external/skia/tools/
PictureRenderer.h
63
SK_COMPILE_ASSERT
(!(kBlur_DrawFilterFlag & SkPaint::kAllFlags), blur_flag_must_be_greater);
64
SK_COMPILE_ASSERT
(!(kHinting_DrawFilterFlag & SkPaint::kAllFlags),
66
SK_COMPILE_ASSERT
(!(kSlightHinting_DrawFilterFlag & SkPaint::kAllFlags),
/external/skia/src/gpu/
SkGpuDevice.cpp
455
SK_COMPILE_ASSERT
(SkShader::kNone_BitmapType == 0, shader_type_mismatch);
456
SK_COMPILE_ASSERT
(SkShader::kDefault_BitmapType == 1, shader_type_mismatch);
457
SK_COMPILE_ASSERT
(SkShader::kRadial_BitmapType == 2, shader_type_mismatch);
458
SK_COMPILE_ASSERT
(SkShader::kSweep_BitmapType == 3, shader_type_mismatch);
459
SK_COMPILE_ASSERT
(SkShader::kTwoPointRadial_BitmapType == 4,
461
SK_COMPILE_ASSERT
(SkShader::kTwoPointConical_BitmapType == 5,
463
SK_COMPILE_ASSERT
(SkShader::kLinear_BitmapType == 6, shader_type_mismatch);
464
SK_COMPILE_ASSERT
(SkShader::kLast_BitmapType == 6, shader_type_mismatch);
[
all
...]
/external/skia/legacy/include/core/
SkTypes.h
123
#define
SK_COMPILE_ASSERT
(expr, msg) \
Completed in 571 milliseconds
1
2