Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/
Doverlap.c6 void reset_b(void) in reset_b() function
17 reset_b(); in reset_b2()
67 reset_b(); in main()
73 reset_b(); in main()
77 reset_b(); in main()
81 reset_b(); in main()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp119 FX_INT32 reset_a = 0, reset_r = 0, reset_g = 0, reset_b = 0; in SetImage() local
122 ArgbDecode(pBitmap->GetPaletteArgb(0), reset_a, reset_r, reset_g, reset_b); in SetImage()
142 pBuf[2] = (FX_CHAR)reset_b; in SetImage()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp2025 int reset_r, reset_g, reset_b; in _CompositeRow_1bppRgb2Rgb_NoBlend() local
2029 reset_b = FXARGB_B(pPalette[0]); in _CompositeRow_1bppRgb2Rgb_NoBlend()
2042 src_b = reset_b; in _CompositeRow_1bppRgb2Rgb_NoBlend()
2222 int reset_r, reset_g, reset_b; in _CompositeRow_1bppRgb2Argb_NoBlend() local
2226 reset_b = FXARGB_B(pPalette[0]); in _CompositeRow_1bppRgb2Argb_NoBlend()
2239 src_b = reset_b; in _CompositeRow_1bppRgb2Argb_NoBlend()
2270 int reset_r, reset_g, reset_b; in _CompositeRow_1bppRgb2Rgba_NoBlend() local
2274 reset_b = FXARGB_B(pPalette[0]); in _CompositeRow_1bppRgb2Rgba_NoBlend()
2287 src_b = reset_b; in _CompositeRow_1bppRgb2Rgba_NoBlend()
3186 int reset_r, reset_g, reset_b; in _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() local
[all …]
Dfx_dib_convert.cpp345 FX_BYTE reset_r, reset_g, reset_b, in _ConvertBuffer_1bppPlt2Gray() local
349 reset_r, reset_g, reset_b); in _ConvertBuffer_1bppPlt2Gray()
355 reset_b = FXARGB_B(src_plt[0]); in _ConvertBuffer_1bppPlt2Gray()
360 gray[0] = FXRGB2GRAY(reset_r, reset_g, reset_b); in _ConvertBuffer_1bppPlt2Gray()