Home
last modified time | relevance | path

Searched refs:FX_GAMMA (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp12 #undef FX_GAMMA
14 #define FX_GAMMA(value) (value) macro
382 r = FX_GAMMA(r); in DrawNormalText()
383 g = FX_GAMMA(g); in DrawNormalText()
384 b = FX_GAMMA(b); in DrawNormalText()
436 FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[2]), r, src_alpha)); in DrawNormalText()
440 FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[1]), g, src_alpha)); in DrawNormalText()
444 FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[0]), b, src_alpha)); in DrawNormalText()
454 FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[2]), r, src_alpha)); in DrawNormalText()
459 FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[1]), g, src_alpha)); in DrawNormalText()
[all …]
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp3228 int src_color = FX_GAMMA(*src_scan); in _CompositeRow_Rgb2Argb_Blend_NoClip_RgbByteOrder()
3269 int back_color = FX_GAMMA(dest_scan[index]); in _CompositeRow_Argb2Rgb_Blend_RgbByteOrder()
3317 int back_color = FX_GAMMA(dest_scan[index]); in _CompositeRow_Rgb2Rgb_Blend_NoClip_RgbByteOrder()
3318 int src_color = FX_GAMMA(*src_scan); in _CompositeRow_Rgb2Rgb_Blend_NoClip_RgbByteOrder()
3358 FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[index]), *src_scan, src_alpha)); in _CompositeRow_Argb2Rgb_NoBlend_RgbByteOrder()
3393 dest_scan[2] = FX_GAMMA(*src_scan++); in _CompositeRow_Rgb2Argb_Blend_Clip_RgbByteOrder()
3394 dest_scan[1] = FX_GAMMA(*src_scan++); in _CompositeRow_Rgb2Argb_Blend_Clip_RgbByteOrder()
3395 dest_scan[0] = FX_GAMMA(*src_scan++); in _CompositeRow_Rgb2Argb_Blend_Clip_RgbByteOrder()
3417 int src_color = FX_GAMMA(*src_scan); in _CompositeRow_Rgb2Argb_Blend_Clip_RgbByteOrder()
3457 int src_color = FX_GAMMA(*src_scan); in _CompositeRow_Rgb2Rgb_Blend_Clip_RgbByteOrder()
[all …]
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1340 src_r = FX_GAMMA(src_r); in RgbByteOrderCompositeRect()
1341 src_g = FX_GAMMA(src_g); in RgbByteOrderCompositeRect()
1342 src_b = FX_GAMMA(src_b); in RgbByteOrderCompositeRect()
1368 FXDIB_ALPHA_MERGE(FX_GAMMA(*dest_scan), src_r, src_alpha)); in RgbByteOrderCompositeRect()
1371 FXDIB_ALPHA_MERGE(FX_GAMMA(*dest_scan), src_g, src_alpha)); in RgbByteOrderCompositeRect()
1374 FXDIB_ALPHA_MERGE(FX_GAMMA(*dest_scan), src_b, src_alpha)); in RgbByteOrderCompositeRect()
1453 FXARGB_SETDIB(dest_scan, FXARGB_MAKE(0xff, FX_GAMMA(src_scan[0]), in RgbByteOrderTransferBitmap()
1454 FX_GAMMA(src_scan[1]), in RgbByteOrderTransferBitmap()
1455 FX_GAMMA(src_scan[2]))); in RgbByteOrderTransferBitmap()
/external/pdfium/core/include/fxge/
Dfx_ge.h105 #define FX_GAMMA(value) (value) macro