HomeSort by relevance Sort by last modified time
    Searched refs:fill_color (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/ImageMagick/coders/
pango.c 156 fill_color;
416 GetPixelInfo(image,&fill_color);
433 fill_color.blue=(double) ScaleCharToQuantum(*p++);
434 fill_color.green=(double) ScaleCharToQuantum(*p++);
435 fill_color.red=(double) ScaleCharToQuantum(*p++);
436 fill_color.alpha=(double) ScaleCharToQuantum(*p++);
440 gamma=QuantumScale*fill_color.alpha;
442 fill_color.blue*=gamma;
443 fill_color.green*=gamma;
444 fill_color.red*=gamma
154 fill_color; local
    [all...]
wmf.c 472 *fill_color;
474 fill_color=NewPixelWand();
475 PixelSetColor(fill_color,color);
476 DrawSetFillColor(drawing_wand,fill_color);
477 fill_color=DestroyPixelWand(fill_color);
482 *fill_color;
484 fill_color=NewPixelWand();
485 PixelSetRedQuantum(fill_color,ScaleCharToQuantum(rgb->r));
486 PixelSetGreenQuantum(fill_color,ScaleCharToQuantum(rgb->g))
470 *fill_color; local
480 *fill_color; local
    [all...]
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.h 49 uint32_t fill_color,
55 uint32_t fill_color,
cfx_renderdevice.h 134 uint32_t fill_color,
137 return DrawPathWithBlend(pPathData, pObject2Device, pGraphState, fill_color,
143 uint32_t fill_color,
215 uint32_t fill_color,
224 uint32_t fill_color,
284 uint32_t fill_color,
ifx_renderdevicedriver.cpp 37 uint32_t fill_color,
cfx_renderdevice.cpp 513 uint32_t fill_color,
518 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0;
527 DrawCosmeticLine(pos1, pos2, fill_color, fill_mode, blend_type);
571 if (FillRectWithBlend(&rect_i, fill_color, blend_type))
586 uint32_t strokecolor = fill_color;
606 fill_color, stroke_color, fill_mode,
610 fill_color, stroke_color, fill_mode, blend_type);
613 fill_color, stroke_color, fill_mode,
621 uint32_t fill_color,
664 pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 57 uint32_t fill_color,
63 uint32_t fill_color,
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 62 uint32_t fill_color,
68 uint32_t fill_color,
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 52 uint32_t fill_color,
win32_int.h 147 uint32_t fill_color,
152 uint32_t fill_color,
291 uint32_t fill_color,
354 uint32_t fill_color,
fx_win32_print.cpp 426 FX_ARGB fill_color,
434 fill_color, stroke_color, fill_mode & 3);
546 uint32_t fill_color,
fx_win32_device.cpp 969 uint32_t fill_color,
988 fill_color, FXDIB_BLEND_NORMAL);
992 CFX_PointF(bbox.right + 1, bbox.top), fill_color,
996 int fill_alpha = FXARGB_A(fill_color);
1013 pGraphState, fill_color,
1031 hBrush = CreateBrush(fill_color)
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 255 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
c2d2.h 496 /* The format of fill_color is the same as color format being used
501 uint32 fill_color,
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 255 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
c2d2.h 496 /* The format of fill_color is the same as color format being used
501 uint32 fill_color,
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit.h 272 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /hardware/qcom/display/msm8909w_3100/libcopybit/
copybit.h 272 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /hardware/qcom/display/msm8994/libcopybit/
copybit.h 258 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /hardware/qcom/display/msm8996/libcopybit/
copybit.h 272 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /hardware/qcom/display/msm8998/libcopybit/
copybit.h 272 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /external/ImageMagick/MagickCore/
annotate.c 1593 fill_color; local
2011 fill_color; local
    [all...]
  /external/pdfium/testing/
embedder_test.cpp 281 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; local
282 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, fill_color);
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_power_test_utils.py 115 plot.circle('x0', 'y0', source=source, size=0.5, fill_color='color')
318 x_data, y_data, size=fig_property['markersize'], legend=str(legend), fill_color=color)
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.h 56 FX_ARGB fill_color = 0,

Completed in 531 milliseconds

1 2 3