Searched refs:FXARGB_G (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_convert.cpp | 311 bgr_ptr[1] = FXARGB_G(src_plt[0]); in _ConvertBuffer_1bppPlt2Gray() 314 bgr_ptr[4] = FXARGB_G(src_plt[1]); in _ConvertBuffer_1bppPlt2Gray() 333 reset_g = FXARGB_G(src_plt[0]); in _ConvertBuffer_1bppPlt2Gray() 336 set_g = FXARGB_G(src_plt[1]); in _ConvertBuffer_1bppPlt2Gray() 375 *bgr_ptr++ = FXARGB_G(src_plt[i]); in _ConvertBuffer_8bppPlt2Gray() 394 gray[i] = FXRGB2GRAY(FXARGB_R(src_plt[i]), FXARGB_G(src_plt[i]), in _ConvertBuffer_8bppPlt2Gray() 520 *bgr_ptr++ = FXARGB_G(src_plt[i]); in _ConvertBuffer_Plt2PltRgb8() 713 bgr_ptr[1] = FXARGB_G(src_plt[0]); in _ConvertBuffer_1bppPlt2Rgb() 716 bgr_ptr[4] = FXARGB_G(src_plt[1]); in _ConvertBuffer_1bppPlt2Rgb() 770 *bgr_ptr++ = FXARGB_G(src_plt[i]); in _ConvertBuffer_8bppPlt2Rgb()
|
D | fx_dib_composite.cpp | 2187 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Rgb_NoBlend() 2220 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Rgb_NoBlend() 2251 reset_g = FXARGB_G(pPalette[0]); in _CompositeRow_1bppRgb2Rgb_NoBlend() 2254 set_g = FXARGB_G(pPalette[1]); in _CompositeRow_1bppRgb2Rgb_NoBlend() 2295 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Argb_NoBlend() 2336 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Argb_NoBlend() 2379 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Rgba_NoBlend() 2421 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Rgba_NoBlend() 2461 reset_g = FXARGB_G(pPalette[0]); in _CompositeRow_1bppRgb2Argb_NoBlend() 2464 set_g = FXARGB_G(pPalette[1]); in _CompositeRow_1bppRgb2Argb_NoBlend() [all …]
|
D | fx_dib_main.cpp | 34 g = FXARGB_G(argb); in ArgbDecode() 39 rgb = FXSYS_RGB(FXARGB_R(argb), FXARGB_G(argb), FXARGB_B(argb)); in ArgbDecode() 1128 *pos = FXRGB2GRAY(FXARGB_R(color), FXARGB_G(color), FXARGB_B(color)); 1136 pos[1] = (FXARGB_G(color) * alpha + pos[1] * (255 - alpha)) / 255; 1142 pos[1] = FXARGB_G(color); 1189 dest_scan[dest_pos + 1] = FXARGB_G(argb); 1269 int gray = FXRGB2GRAY(FXARGB_R(m_pPalette[i]), FXARGB_G(m_pPalette[i]),
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 1157 *pDestPixel++ = FXARGB_G(m_pPalette[index]); in GetScanline() 1332 dest_scan[dest_pos + 1] = FXARGB_G(set_argb); in DownSampleScanline1Bit() 1342 dest_scan[dest_pos + 1] = FXARGB_G(reset_argb); in DownSampleScanline1Bit() 1384 *pDestPixel++ = FXARGB_G(m_pPalette[index]); in DownSampleScanline8Bit() 1411 dest_scan[dest_pos + 1] = FXARGB_G(argb); in DownSampleScanline8Bit() 1511 *pDestPixel++ = FXARGB_G(argb); in DownSampleScanline32Bit()
|
D | fpdf_render_image.cpp | 211 *dest_buf++ = m_RampG[FXARGB_G(src_argb)]; in TranslateScanline() 552 int matte_g = FXARGB_G(m_Loader.m_MatteColor); in DrawPatternImage() 645 int matte_g = FXARGB_G(m_Loader.m_MatteColor); in DrawMaskedImage()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 553 FX_FLOAT g0 = FXARGB_G(cr0); in FillLinearGradientPath() 557 FX_FLOAT dg = (FXARGB_G(cr1) - g0) / fSteps; in FillLinearGradientPath()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 421 rgb[1] = FXARGB_G(crFill) / 255.0f; in AddRectToPageObjects() 455 rgb[1] = FXARGB_G(crText) / 255.0f; in AddTextObjToPageObjects()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 245 RGB(FXARGB_R(text_color), FXARGB_G(text_color), FXARGB_B(text_color))); in DwRendingString()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 566 FXARGB_G(argb) / 255.f, FXARGB_B(argb) / 255.f, in SetDIBits() 684 FXARGB_G(argb) / 255.f, FXARGB_B(argb) / 255.f, in StretchDIBits()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1113 FXRGB2GRAY(FXARGB_R(color), FXARGB_G(color), FXARGB_B(color)); in Init() 1299 pos[1] = (FXARGB_G(argb) * alpha + pos[1] * (255 - alpha)) / 255; in RgbByteOrderSetPixel() 1316 int src_r = FXARGB_R(argb), src_g = FXARGB_G(argb), src_b = FXARGB_B(argb); in RgbByteOrderCompositeRect()
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 96 #define FXARGB_G(argb) ((uint8_t)((argb) >> 8)) macro
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 527 buf << FXARGB_R(color) / 255.0 << " " << FXARGB_G(color) / 255.0 << " " in SetColor()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.cpp | 674 FXRGB2GRAY(FXARGB_R(argb), FXARGB_G(argb), FXARGB_B(argb)); in GifInputRecordPositionBufCallback() 681 *pScanline++ = FXARGB_G(argb); in GifInputRecordPositionBufCallback()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_blitter_new.cpp | 1599 FXRGB2GRAY(FXARGB_R(color), FXARGB_G(color), FXARGB_B(color)); in Init()
|