HomeSort by relevance Sort by last modified time
    Searched refs:clip_scan (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxge/dib/
fx_dib_composite.cpp 245 const uint8_t* clip_scan) {
249 if (clip_scan) {
250 src_alpha = clip_scan[col] * src_alpha / 255;
266 const uint8_t* clip_scan) {
269 if (clip_scan) {
270 src_alpha = clip_scan[col] * src_alpha / 255;
285 const uint8_t* clip_scan) {
286 if (clip_scan) {
288 *dest_scan = FXDIB_ALPHA_UNION(*dest_scan, *clip_scan);
290 clip_scan++
4538 const uint8_t* clip_scan = nullptr; local
4611 const uint8_t* clip_scan = nullptr; local
4947 const uint8_t* clip_scan = nullptr; local
5005 uint8_t* clip_scan = nullptr; local
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 634 uint8_t* clip_scan) {
651 if (clip_scan) {
652 src_alpha = m_Alpha * clip_scan[col] / 255;
684 if (clip_scan) {
685 src_alpha = m_Alpha * clip_scan[col] / 255;
706 if (clip_scan) {
707 src_alpha = m_Alpha * clip_scan[col] / 255;
747 if (clip_scan) {
748 src_alpha = m_Alpha * clip_scan[col] / 255;
777 if (clip_scan) {
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]
  /external/pdfium/core/fxge/
fx_dib.h 480 const uint8_t* clip_scan,
488 const uint8_t* clip_scan,
495 const uint8_t* clip_scan,
502 const uint8_t* clip_scan,
550 const uint8_t* clip_scan,

Completed in 600 milliseconds