/aosp_15_r20/external/skia/tests/ |
H A D | FontationsFtCompTest.cpp | 141 DEF_TEST(Fontations_NotoSans, reporter) { in DEF_TEST() function 152 DEF_TEST(Fontations_NotoSans_Deva, reporter) { in DEF_TEST() function 156 DEF_TEST(Fontations_NotoSans_ar_Arab, reporter) { in DEF_TEST() function 161 DEF_TEST(Fontations_NotoSans_Beng, reporter) { in DEF_TEST() function 165 DEF_TEST(Fontations_NotoSans_Jpan, reporter) { in DEF_TEST() function 169 DEF_TEST(Fontations_NotoSans_Thai, reporter) { in DEF_TEST() function 173 DEF_TEST(Fontations_NotoSans_Hans, reporter) { in DEF_TEST() function 177 DEF_TEST(Fontations_NotoSans_Hant, reporter) { in DEF_TEST() function 181 DEF_TEST(Fontations_NotoSans_Kore, reporter) { in DEF_TEST() function 185 DEF_TEST(Fontations_NotoSans_Taml, reporter) { in DEF_TEST() function [all …]
|
H A D | RasterPipelineBuilderTest.cpp | 58 DEF_TEST(RasterPipelineBuilder, r) { in DEF_TEST() function 90 DEF_TEST(RasterPipelineBuilderPushPopMaskRegisters, r) { in DEF_TEST() function 137 DEF_TEST(RasterPipelineBuilderCaseOp, r) { in DEF_TEST() function 158 DEF_TEST(RasterPipelineBuilderPushPopSrcDst, r) { in DEF_TEST() function 182 DEF_TEST(RasterPipelineBuilderInvokeChild, r) { in DEF_TEST() function 200 DEF_TEST(RasterPipelineBuilderPushPopTempImmediates, r) { in DEF_TEST() function 230 DEF_TEST(RasterPipelineBuilderPushPopIndirect, r) { in DEF_TEST() function 264 DEF_TEST(RasterPipelineBuilderCopySlotsMasked, r) { in DEF_TEST() function 278 DEF_TEST(RasterPipelineBuilderCopySlotsUnmasked, r) { in DEF_TEST() function 293 DEF_TEST(RasterPipelineBuilderPushPopSlots, r) { in DEF_TEST() function [all …]
|
H A D | MeshTest.cpp | 167 DEF_TEST(MeshSpec_Valid, reporter) { in DEF_TEST() function 180 DEF_TEST(MeshSpec_InvalidSignature, reporter) { in DEF_TEST() function 256 DEF_TEST(MeshSpec_Float4Color, reporter) { in DEF_TEST() function 272 DEF_TEST(MeshSpec_DisallowsChildEffectInVertex, reporter) { in DEF_TEST() function 308 DEF_TEST(MeshSpec_AllowsChildEffectInFragment, reporter) { in DEF_TEST() function 330 DEF_TEST(MeshSpec_FindChild, reporter) { in DEF_TEST() function 353 DEF_TEST(Mesh_ChildEffectsMatchSpec, reporter) { in DEF_TEST() function 435 DEF_TEST(MeshSpec_ValidUniforms, reporter) { in DEF_TEST() function 665 DEF_TEST(MeshSpec_InvalidUniforms, reporter) { in DEF_TEST() function 704 DEF_TEST(MeshSpec_MissingMain, reporter) { in DEF_TEST() function [all …]
|
H A D | ParametricStageTest.cpp | 54 DEF_TEST(Parametric_sRGB, r) { in DEF_TEST() function 68 DEF_TEST(Parametric_1dot0, r) { check_error(r, 1/510.0f, 1.0f); } in DEF_TEST() function 70 DEF_TEST(Parametric_1dot2, r) { check_error(r, 1/510.0f, 1.2f); } in DEF_TEST() function 71 DEF_TEST(Parametric_1dot4, r) { check_error(r, 1/510.0f, 1.4f); } in DEF_TEST() function 72 DEF_TEST(Parametric_1dot8, r) { check_error(r, 1/510.0f, 1.8f); } in DEF_TEST() function 73 DEF_TEST(Parametric_2dot0, r) { check_error(r, 1/510.0f, 2.0f); } in DEF_TEST() function 74 DEF_TEST(Parametric_2dot2, r) { check_error(r, 1/510.0f, 2.2f); } in DEF_TEST() function 75 DEF_TEST(Parametric_2dot4, r) { check_error(r, 1/510.0f, 2.4f); } in DEF_TEST() function 77 DEF_TEST(Parametric_inv_1dot2, r) { check_error(r, 1/510.0f, 1/1.2f); } in DEF_TEST() function 78 DEF_TEST(Parametric_inv_1dot4, r) { check_error(r, 1/510.0f, 1/1.4f); } in DEF_TEST() function [all …]
|
H A D | CodecTest.cpp | 529 DEF_TEST(Codec_wbmp, r) { in DEF_TEST() function 533 DEF_TEST(Codec_webp, r) { in DEF_TEST() function 539 DEF_TEST(Codec_bmp, r) { in DEF_TEST() function 544 DEF_TEST(Codec_ico, r) { in DEF_TEST() function 553 DEF_TEST(Codec_gif, r) { in DEF_TEST() function 560 DEF_TEST(Codec_jpg, r) { in DEF_TEST() function 570 DEF_TEST(Codec_png, r) { in DEF_TEST() function 591 DEF_TEST(Codec_raw, r) { in DEF_TEST() function 608 DEF_TEST(Codec_leaks, r) { in DEF_TEST() function 629 DEF_TEST(Codec_null, r) { in DEF_TEST() function [all …]
|
H A D | SkSLDebugTracePlayerTest.cpp | 128 DEF_TEST(SkSLTracePlayerCanResetToNull, r) { in DEF_TEST() function 141 DEF_TEST(SkSLTracePlayerHelloWorld, r) { in DEF_TEST() function 182 DEF_TEST(SkSLTracePlayerReset, r) { in DEF_TEST() function 218 DEF_TEST(SkSLTracePlayerFunctions, r) { in DEF_TEST() function 308 DEF_TEST(SkSLTracePlayerVariables, r) { in DEF_TEST() function 405 DEF_TEST(SkSLTracePlayerVariableGroups, r) { in DEF_TEST() function 469 DEF_TEST(SkSLTracePlayerIfStatement, r) { in DEF_TEST() function 540 DEF_TEST(SkSLTracePlayerForLoop, r) { in DEF_TEST() function 616 DEF_TEST(SkSLTracePlayerStepOut, r) { in DEF_TEST() function 673 DEF_TEST(SkSLTracePlayerVariableScope, r) { in DEF_TEST() function [all …]
|
H A D | SkPngRustDecoderTest.cpp | 207 DEF_TEST(Codec_apng_basic_trivial_static_image, r) { in DEF_TEST() function 213 DEF_TEST(Codec_apng_basic_using_default_image, r) { in DEF_TEST() function 226 DEF_TEST(Codec_apng_basic_ignoring_default_image, r) { in DEF_TEST() function 246 DEF_TEST(Codec_apng_dispose_op_none_basic, r) { in DEF_TEST() function 313 DEF_TEST(Codec_apng_dispose_op_none_basic_incomplete_input1, r) { in DEF_TEST() function 370 DEF_TEST(Codec_apng_dispose_op_none_basic_incomplete_input2, r) { in DEF_TEST() function 453 DEF_TEST(Codec_apng_blend_ops_source_on_solid, r) { in DEF_TEST() function 476 DEF_TEST(Codec_apng_blend_ops_source_on_nearly_transparent, r) { in DEF_TEST() function 495 DEF_TEST(Codec_apng_blend_ops_over_on_solid_and_transparent, r) { in DEF_TEST() function 509 DEF_TEST(Codec_apng_blend_ops_over_repeatedly, r) { in DEF_TEST() function [all …]
|
H A D | AvifTest.cpp | 77 DEF_TEST(AvifDecodeBasic, r) { in DEF_TEST() function 90 DEF_TEST(AvifDecodeOddDimensions, r) { in DEF_TEST() function 103 DEF_TEST(AvifDecodeScaleDown, r) { in DEF_TEST() function 116 DEF_TEST(AvifDecode10BitToRGBA8888Bitmap, r) { in DEF_TEST() function 129 DEF_TEST(AvifDecode10BitToRGBAF16Bitmap, r) { in DEF_TEST() function 142 DEF_TEST(AvifDecode10BitToRGBAF16BitmapDownscale, r) { in DEF_TEST() function 155 DEF_TEST(AvifDecode12BitToRGBA8888Bitmap, r) { in DEF_TEST() function 168 DEF_TEST(AvifDecode12BitToRGBAF16Bitmap, r) { in DEF_TEST() function 181 DEF_TEST(AvifDecode12BitToRGBAF16BitmapDownscale, r) { in DEF_TEST() function 194 DEF_TEST(AvifDecodeImageWithAlpha, r) { in DEF_TEST() function [all …]
|
H A D | StringTest.cpp | 24 DEF_TEST(String, reporter) { in DEF_TEST() function 195 DEF_TEST(String_overflow, reporter) { in DEF_TEST() function 217 DEF_TEST(String_SkStrSplit, r) { in DEF_TEST() function 242 DEF_TEST(String_SkStrSplit_All, r) { in DEF_TEST() function 292 DEF_TEST(String_Threaded, r) { in DEF_TEST() function 309 DEF_TEST(String_huge, r) { in DEF_TEST() function 329 DEF_TEST(String_fromUTF16, r) { in DEF_TEST() function 390 DEF_TEST(String_VAList, r) { in DEF_TEST() function 442 DEF_TEST(String_VAList_overflow, r) { in DEF_TEST() function 448 DEF_TEST(String_resize_to_nothing, r) { in DEF_TEST() function [all …]
|
H A D | SkRuntimeEffectTest.cpp | 101 DEF_TEST(SkRuntimeEffectInvalid_NoInVariables, r) { in DEF_TEST() function 109 DEF_TEST(SkRuntimeEffectInvalid_UndefinedFunction, r) { in DEF_TEST() function 114 DEF_TEST(SkRuntimeEffectInvalid_UndefinedMain, r) { in DEF_TEST() function 119 DEF_TEST(SkRuntimeEffectInvalid_SkCapsDisallowed, r) { in DEF_TEST() function 127 DEF_TEST(SkRuntimeEffect_DeadCodeEliminationStackOverflow, r) { in DEF_TEST() function 146 DEF_TEST(SkRuntimeEffectCanDisableES2Restrictions, r) { in DEF_TEST() function 157 DEF_TEST(SkRuntimeEffectCanEnableVersion300, r) { in DEF_TEST() function 168 DEF_TEST(SkRuntimeEffectUniformFlags, r) { in DEF_TEST() function 192 DEF_TEST(SkRuntimeEffectValidation, r) { in DEF_TEST() function 204 DEF_TEST(SkRuntimeEffectForColorFilter, r) { in DEF_TEST() function [all …]
|
H A D | GrClipStackTest.cpp | 537 DEF_TEST(ClipStack_InitialState, r) { in DEF_TEST() function 543 DEF_TEST(ClipStack_RectRectAACombine, r) { in DEF_TEST() function 605 DEF_TEST(ClipStack_DifferenceNoCombine, r) { in DEF_TEST() function 623 DEF_TEST(ClipStack_RectRectNonAxisAligned, r) { in DEF_TEST() function 669 DEF_TEST(ClipStack_RRectRRectAACombine, r) { in DEF_TEST() function 726 DEF_TEST(ClipStack_RectRRectCombine, r) { in DEF_TEST() function 761 DEF_TEST(ClipStack_RectDeviceClip, r) { in DEF_TEST() function 782 DEF_TEST(ClipStack_ShapeDeviceBoundsClip, r) { in DEF_TEST() function 808 DEF_TEST(ClipStack_PathSimplify, r) { in DEF_TEST() function 863 DEF_TEST(ClipStack_RepeatElement, r) { in DEF_TEST() function [all …]
|
H A D | TArrayTest.cpp | 261 DEF_TEST(TArray_Swap, reporter) { in DEF_TEST() function 320 DEF_TEST(TArray_Move, reporter) { in DEF_TEST() function 338 DEF_TEST(TArray_NoUnnecessaryAllocs, reporter) { in DEF_TEST() function 410 DEF_TEST(TArray_SelfAssignment, reporter) { in DEF_TEST() function 415 DEF_TEST(FixedArray_SelfAssignment, reporter) { in DEF_TEST() function 458 DEF_TEST(TArray_Comparison, reporter) { in DEF_TEST() function 468 DEF_TEST(FixedArray_Comparison, reporter) { in DEF_TEST() function 557 DEF_TEST(TArray_Basic, reporter) { in DEF_TEST() function 566 DEF_TEST(FixedArray_Basic, reporter) { in DEF_TEST() function 572 DEF_TEST(TArray_Reserve, reporter) { in DEF_TEST() function [all …]
|
H A D | CanvasTest.cpp | 87 DEF_TEST(canvas_unsorted_clip, r) { in DEF_TEST() function 109 DEF_TEST(canvas_clipbounds, reporter) { in DEF_TEST() function 182 DEF_TEST(canvas_clip_restriction, reporter) { in DEF_TEST() function 187 DEF_TEST(canvas_empty_clip, reporter) { in DEF_TEST() function 199 DEF_TEST(CanvasNewRasterTest, reporter) { in DEF_TEST() function 409 DEF_TEST(Canvas_bitmap, reporter) { in DEF_TEST() function 418 DEF_TEST(Canvas_pdf, reporter) { in DEF_TEST() function 431 DEF_TEST(Canvas_SaveState, reporter) { in DEF_TEST() function 449 DEF_TEST(Canvas_ClipEmptyPath, reporter) { in DEF_TEST() function 481 DEF_TEST(PaintFilterCanvas_ConsistentState, reporter) { in DEF_TEST() function [all …]
|
H A D | NdkDecodeTest.cpp | 39 DEF_TEST(NdkDecode, r) { in DEF_TEST() function 71 DEF_TEST(NdkDecode_nullData, r) { in DEF_TEST() function 84 DEF_TEST(NdkDecode_reportedColorSpace, r) { in DEF_TEST() function 127 DEF_TEST(NdkDecode_ColorSpace, r) { in DEF_TEST() function 201 DEF_TEST(NdkDecode_reuseNoColorSpace, r) { in DEF_TEST() function 247 DEF_TEST(NdkDecode_noUpscale, r) { in DEF_TEST() function 277 DEF_TEST(NdkDecode_webpArbitraryDownscale, r) { in DEF_TEST() function 311 DEF_TEST(NdkDecode_jpegDownscale, r) { in DEF_TEST() function 344 DEF_TEST(NdkDecode_reuseJpeg, r) { in DEF_TEST() function 367 DEF_TEST(NdkDecode_noDownscale, r) { in DEF_TEST() function [all …]
|
H A D | SkBlockAllocatorTest.cpp | 80 DEF_TEST(SkBlockAllocatorPreallocSize, r) { in DEF_TEST() function 106 DEF_TEST(SkBlockAllocatorAlloc, r) { in DEF_TEST() function 187 DEF_TEST(SkBlockAllocatorResize, r) { in DEF_TEST() function 240 DEF_TEST(SkBlockAllocatorRelease, r) { in DEF_TEST() function 272 DEF_TEST(SkBlockAllocatorRewind, r) { in DEF_TEST() function 297 DEF_TEST(SkBlockAllocatorGrowthPolicy, r) { in DEF_TEST() function 324 DEF_TEST(SkBlockAllocatorReset, r) { in DEF_TEST() function 357 DEF_TEST(SkBlockAllocatorReleaseBlock, r) { in DEF_TEST() function 418 DEF_TEST(SkBlockAllocatorIterateAndRelease, r) { in DEF_TEST() function 455 DEF_TEST(SkBlockAllocatorScratchBlockReserve, r) { in DEF_TEST() function [all …]
|
H A D | FontationsTest.cpp | 75 DEF_TEST(Fontations_DoNotMakeFromNull, reporter) { in DEF_TEST() function 82 DEF_TEST(Fontations_DoNotMakeFromNonSfnt, reporter) { in DEF_TEST() function 91 DEF_TEST(Fontations_MakeFromFont, reporter) { in DEF_TEST() function 97 DEF_TEST(Fontations_MakeFromCollection, reporter) { in DEF_TEST() function 103 DEF_TEST(Fontations_MakeFromCollectionNonNullIndex, reporter) { in DEF_TEST() function 111 DEF_TEST(Fontations_DoNotMakeFromCollection_Invalid_Index, reporter) { in DEF_TEST() function 119 DEF_TEST(Fontations_TableData, reporter) { in DEF_TEST() function 180 DEF_TEST(Fontations_TableTags, reporter) { in DEF_TEST() function 195 DEF_TEST(Fontations_VariationPosition, reporter) { in DEF_TEST() function 238 DEF_TEST(Fontations_VariationParameters, reporter) { in DEF_TEST() function [all …]
|
H A D | HashTest.cpp | 29 DEF_TEST(HashMap, r) { in DEF_TEST() function 152 DEF_TEST(HashMapCtor, r) { in DEF_TEST() function 180 DEF_TEST(HashMapCtorOneElem, r) { in DEF_TEST() function 204 DEF_TEST(HashSetCtor, r) { in DEF_TEST() function 217 DEF_TEST(HashSetCtorOneElem, r) { in DEF_TEST() function 294 DEF_TEST(HashSetWithSkString, r) { in DEF_TEST() function 298 DEF_TEST(HashSetWithStdString, r) { in DEF_TEST() function 302 DEF_TEST(HashSetWithStdStringView, r) { in DEF_TEST() function 351 DEF_TEST(HashSetCopyCounter, r) { in DEF_TEST() function 378 DEF_TEST(HashFindOrNull, r) { in DEF_TEST() function [all …]
|
H A D | SVGDeviceTest.cpp | 165 DEF_TEST(SVGDevice_whitespace_pos, reporter) { in DEF_TEST() function 246 DEF_TEST(SVGDevice_image_shader_norepeat, reporter) { in DEF_TEST() function 271 DEF_TEST(SVGDevice_image_shader_tilex, reporter) { in DEF_TEST() function 301 DEF_TEST(SVGDevice_image_shader_tiley, reporter) { in DEF_TEST() function 331 DEF_TEST(SVGDevice_image_shader_tileboth, reporter) { in DEF_TEST() function 359 DEF_TEST(SVGDevice_ColorFilters, reporter) { in DEF_TEST() function 391 DEF_TEST(SVGDevice_textpath, reporter) { in DEF_TEST() function 422 DEF_TEST(SVGDevice_fill_stroke, reporter) { in DEF_TEST() function 462 DEF_TEST(SVGDevice_fill_opacity_black_fill, reporter) { in DEF_TEST() function 498 DEF_TEST(SVGDevice_fill_rect_hex, reporter) { in DEF_TEST() function [all …]
|
H A D | SkRasterPipelineOptsTest.cpp | 50 DEF_TEST(SkRasterPipelineOpts_Any, r) { in DEF_TEST() function 64 DEF_TEST(SkRasterPipelineOpts_All, r) { in DEF_TEST() function 78 DEF_TEST(SkRasterPipelineOpts_Sin, r) { in DEF_TEST() function 90 DEF_TEST(SkRasterPipelineOpts_Cos, r) { in DEF_TEST() function 102 DEF_TEST(SkRasterPipelineOpts_Tan, r) { in DEF_TEST() function 121 DEF_TEST(SkRasterPipelineOpts_Asin, r) { in DEF_TEST() function 132 DEF_TEST(SkRasterPipelineOpts_Acos, r) { in DEF_TEST() function 143 DEF_TEST(SkRasterPipelineOpts_Atan, r) { in DEF_TEST() function 154 DEF_TEST(SkRasterPipelineOpts_Atan2, r) { in DEF_TEST() function 167 DEF_TEST(SkRasterPipelineOpts_Log2, r) { in DEF_TEST() function [all …]
|
H A D | PathBuilderTest.cpp | 32 DEF_TEST(pathbuilder, reporter) { in DEF_TEST() function 59 DEF_TEST(pathbuilder_filltype, reporter) { in DEF_TEST() function 111 DEF_TEST(pathbuilder_missing_move, reporter) { in DEF_TEST() function 128 DEF_TEST(pathbuilder_addRect, reporter) { in DEF_TEST() function 194 DEF_TEST(pathbuilder_addOval, reporter) { in DEF_TEST() function 218 DEF_TEST(pathbuilder_addRRect, reporter) { in DEF_TEST() function 245 DEF_TEST(pathbuilder_make, reporter) { in DEF_TEST() function 265 DEF_TEST(pathbuilder_genid, r) { in DEF_TEST() function 277 DEF_TEST(pathbuilder_addPolygon, reporter) { in DEF_TEST() function 303 DEF_TEST(pathbuilder_addPath, reporter) { in DEF_TEST() function [all …]
|
H A D | PathOpsBuilderTest.cpp | 16 DEF_TEST(PathOpsBuilder, reporter) { in DEF_TEST() function 85 DEF_TEST(BuilderIssue3838, reporter) { in DEF_TEST() function 107 DEF_TEST(BuilderIssue3838_2, reporter) { in DEF_TEST() function 121 DEF_TEST(BuilderIssue3838_3, reporter) { in DEF_TEST() function 142 DEF_TEST(BuilderIssue502792_2, reporter) { in DEF_TEST() function 157 DEF_TEST(Fuzz846, reporter) { in DEF_TEST() function 277 DEF_TEST(Issue569540, reporter) { in DEF_TEST() function 308 DEF_TEST(SkOpBuilderFuzz665, reporter) { in DEF_TEST() function 330 DEF_TEST(SkOpBuilder618991, reporter) { in DEF_TEST() function 351 DEF_TEST(SkOpBuilderKFuzz1, reporter) { in DEF_TEST() function
|
H A D | SkRasterPipelineTest.cpp | 23 DEF_TEST(SkRasterPipeline, r) { in DEF_TEST() function 48 DEF_TEST(SkRasterPipeline_PackSmallContext, r) { in DEF_TEST() function 81 DEF_TEST(SkRasterPipeline_PackBigContext, r) { in DEF_TEST() function 107 DEF_TEST(SkRasterPipeline_LoadStoreConditionMask, reporter) { in DEF_TEST() function 151 DEF_TEST(SkRasterPipeline_LoadStoreLoopMask, reporter) { in DEF_TEST() function 195 DEF_TEST(SkRasterPipeline_LoadStoreReturnMask, reporter) { in DEF_TEST() function 239 DEF_TEST(SkRasterPipeline_MergeConditionMask, reporter) { in DEF_TEST() function 269 DEF_TEST(SkRasterPipeline_MergeLoopMask, reporter) { in DEF_TEST() function 305 DEF_TEST(SkRasterPipeline_ReenableLoopMask, reporter) { in DEF_TEST() function 341 DEF_TEST(SkRasterPipeline_CaseOp, reporter) { in DEF_TEST() function [all …]
|
H A D | SkVxTest.cpp | 18 DEF_TEST(SkVx, r) { in DEF_TEST() function 159 DEF_TEST(SkVx_xy, r) { in DEF_TEST() function 190 DEF_TEST(SkVx_xyzw, r) { in DEF_TEST() function 246 DEF_TEST(SkVx_cross_dot, r) { in DEF_TEST() function 306 DEF_TEST(SkVx_strided_loads, r) { in DEF_TEST() function 316 DEF_TEST(SkVx_ScaledDividerU32, r) { in DEF_TEST() function 354 DEF_TEST(SkVx_saturated_add, r) { in DEF_TEST() function 366 DEF_TEST(SkVx_length, r) { in DEF_TEST() function 385 DEF_TEST(SkVx_normalize, r) { in DEF_TEST() function 408 DEF_TEST(SkVx_normalize_infinity_and_nan, r) { in DEF_TEST() function [all …]
|
H A D | ImageFilterTest.cpp | 409 DEF_TEST(ImageFilter, reporter) { in DEF_TEST() function 606 DEF_TEST(ImageFilterNegativeBlurSigma, reporter) { in DEF_TEST() function 695 DEF_TEST(MorphologyFilterRadiusWithMirrorCTM, reporter) { in DEF_TEST() function 738 DEF_TEST(ImageFilterZeroBlurSigma, reporter) { in DEF_TEST() function 772 DEF_TEST(ImageFilterFailAffectsTransparentBlack, reporter) { in DEF_TEST() function 783 DEF_TEST(ImageFilterDrawTiled, reporter) { in DEF_TEST() function 891 DEF_TEST(ImageFilterDrawMatrixBBH, reporter) { in DEF_TEST() function 921 DEF_TEST(ImageFilterBlurThenShadowBounds, reporter) { in DEF_TEST() function 945 DEF_TEST(ImageFilterShadowThenBlurBounds, reporter) { in DEF_TEST() function 967 DEF_TEST(ImageFilterDilateThenBlurBounds, reporter) { in DEF_TEST() function [all …]
|
H A D | TypefaceTest.cpp | 105 DEF_TEST(TypefaceStyle, reporter) { in DEF_TEST() function 122 DEF_TEST(TypefaceStyleVariable, reporter) { in DEF_TEST() function 211 DEF_TEST(TypefacePostScriptName, reporter) { in DEF_TEST() function 227 DEF_TEST(TypefaceRoundTrip, reporter) { in DEF_TEST() function 242 DEF_TEST(FontDescriptorNegativeVariationSerialize, reporter) { in DEF_TEST() function 266 DEF_TEST(TypefaceAxes, reporter) { in DEF_TEST() function 397 DEF_TEST(TypefaceVariationIndex, reporter) { in DEF_TEST() function 435 DEF_TEST(Typeface, reporter) { in DEF_TEST() function 449 DEF_TEST(TypefaceAxesParameters, reporter) { in DEF_TEST() function 600 DEF_TEST(TypefaceCache, reporter) { in DEF_TEST() function [all …]
|