From 6747f52778135ee59debe52ac27d8f19333d75f2 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Tue, 22 May 2018 10:32:20 -0400 Subject: Reland "start cleaning up non-skcms SkColorSpaceXforms" This is a reland of 339133f82c30cd3080672db28e6f72c894cba05a Original change's description: > start cleaning up non-skcms SkColorSpaceXforms > > I think this gets rid of > - SkColorSpaceXform_Base > - SkColorSpaceXform_XYZ > - SkColorSpaceXform_A2B > and lots of support code. Might be more left to clean up? > > Change-Id: I560d974d1e879dfd6a63ee2244a3dd88bd495c8a > Reviewed-on: https://skia-review.googlesource.com/129512 > Commit-Queue: Brian Osman > Auto-Submit: Mike Klein > Reviewed-by: Brian Osman Change-Id: I33ee0d8bcfd72c401823a2e7d5168c9ecc9a5181 Reviewed-on: https://skia-review.googlesource.com/129624 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- src/jumper/SkJumper.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/jumper') diff --git a/src/jumper/SkJumper.h b/src/jumper/SkJumper.h index d4c4698048..a826c5a412 100644 --- a/src/jumper/SkJumper.h +++ b/src/jumper/SkJumper.h @@ -61,21 +61,6 @@ struct SkJumper_CallbackCtx { float* read_from = rgba; }; -struct SkJumper_LoadTablesCtx { - const void* src; - const float *r, *g, *b; -}; - -struct SkJumper_TableCtx { - const float* table; - int size; -}; - -struct SkJumper_ByteTablesRGBCtx { - const uint8_t *r, *g, *b; - int n; -}; - // This should line up with the memory layout of SkColorSpaceTransferFn. struct SkJumper_ParametricTransferFunction { float G, A,B,C,D,E,F; @@ -99,9 +84,4 @@ struct SkJumper_UniformColorCtx { uint16_t rgba[4]; // [0,255] in a 16-bit lane. }; -struct SkJumper_ColorLookupTableCtx { - const float* table; - int limits[4]; -}; - #endif//SkJumper_DEFINED -- cgit v1.2.3