Searched refs:FXARGB_G (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_convert.cpp | 336 bgr_ptr[1] = FXARGB_G(src_plt[0]); in _ConvertBuffer_1bppPlt2Gray() 339 bgr_ptr[4] = FXARGB_G(src_plt[1]); in _ConvertBuffer_1bppPlt2Gray() 354 reset_g = FXARGB_G(src_plt[0]); in _ConvertBuffer_1bppPlt2Gray() 357 set_g = FXARGB_G(src_plt[1]); in _ConvertBuffer_1bppPlt2Gray() 391 *bgr_ptr++ = FXARGB_G(src_plt[i]); in _ConvertBuffer_8bppPlt2Gray() 407 … gray[i] = FXRGB2GRAY(FXARGB_R(src_plt[i]), FXARGB_G(src_plt[i]), FXARGB_B(src_plt[i])); in _ConvertBuffer_8bppPlt2Gray() 506 *bgr_ptr++ = FXARGB_G(src_plt[i]); in _ConvertBuffer_Plt2PltRgb8() 661 bgr_ptr[1] = FXARGB_G(src_plt[0]); in _ConvertBuffer_1bppPlt2Rgb() 664 bgr_ptr[4] = FXARGB_G(src_plt[1]); in _ConvertBuffer_1bppPlt2Rgb() 706 *bgr_ptr++ = FXARGB_G(src_plt[i]); in _ConvertBuffer_8bppPlt2Rgb()
|
D | fx_dib_composite.cpp | 1968 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Rgb_NoBlend() 2001 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Rgb_NoBlend() 2028 reset_g = FXARGB_G(pPalette[0]); in _CompositeRow_1bppRgb2Rgb_NoBlend() 2031 set_g = FXARGB_G(pPalette[1]); in _CompositeRow_1bppRgb2Rgb_NoBlend() 2070 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Argb_NoBlend() 2109 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Argb_NoBlend() 2148 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Rgba_NoBlend() 2189 int src_g = FXARGB_G(argb); in _CompositeRow_8bppRgb2Rgba_NoBlend() 2225 reset_g = FXARGB_G(pPalette[0]); in _CompositeRow_1bppRgb2Argb_NoBlend() 2228 set_g = FXARGB_G(pPalette[1]); in _CompositeRow_1bppRgb2Argb_NoBlend() [all …]
|
D | fx_dib_main.cpp | 25 g = FXARGB_G(argb); in ArgbDecode() 31 rgb = FXSYS_RGB(FXARGB_R(argb), FXARGB_G(argb), FXARGB_B(argb)); in ArgbDecode() 1141 *pos = FXRGB2GRAY(FXARGB_R(color), FXARGB_G(color), FXARGB_B(color)); 1149 pos[1] = (FXARGB_G(color) * alpha + pos[1] * (255 - alpha)) / 255; 1155 pos[1] = FXARGB_G(color); 1202 dest_scan[dest_pos + 1] = FXARGB_G(argb); 1279 … int gray = FXRGB2GRAY(FXARGB_R(m_pPalette[i]), FXARGB_G(m_pPalette[i]), FXARGB_B(m_pPalette[i]));
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 1140 *pDestPixel++ = FXARGB_G(m_pPalette[index]); in GetScanline() 1264 dest_scan[dest_pos + 1] = FXARGB_G(set_argb); in DownSampleScanline() 1274 dest_scan[dest_pos + 1] = FXARGB_G(reset_argb); in DownSampleScanline() 1307 *pDestPixel++ = FXARGB_G(m_pPalette[index]); in DownSampleScanline() 1331 dest_scan[dest_pos + 1] = FXARGB_G(argb); in DownSampleScanline() 1404 *pDestPixel++ = FXARGB_G(argb); in DownSampleScanline()
|
D | fpdf_render_image.cpp | 228 *dest_buf++ = m_RampG[FXARGB_G(src_argb)]; in TranslateScanline() 590 int matte_g = FXARGB_G(m_Loader.m_MatteColor); in DrawPatternImage() 677 int matte_g = FXARGB_G(m_Loader.m_MatteColor); in DrawMaskedImage()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 412 rgb[1] = FXARGB_G(crStroke) / 255.0f; in AddLineToPageObjects() 430 rgb[1] = FXARGB_G(crFill) / 255.0f; in AddRectToPageObjects() 459 rgb[1] = FXARGB_G(crText) / 255.0f; in AddTextObjToPageObjects()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 263 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 | 622 FXARGB_G(argb) / 255.f, in SetDIBits() 747 FXARGB_G(argb) / 255.f, in StretchDIBits()
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 1052 m_Gray = FXRGB2GRAY(FXARGB_R(color), FXARGB_G(color), FXARGB_B(color)); in Init() 1210 pos[1] = (FXARGB_G(argb) * alpha + pos[1] * (255 - alpha)) / 255; in RgbByteOrderSetPixel() 1223 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 | 95 #define FXARGB_G(argb) ((FX_BYTE)((argb) >> 8)) macro
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 499 … buf << FXARGB_R(color) / 255.0 << FX_BSTRC(" ") << FXARGB_G(color) / 255.0 << FX_BSTRC(" ") in SetColor()
|