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

  /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...]
svg.c 2948 fill_color; local
    [all...]
msl.c 4239 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/ImageMagick/MagickCore/
paint.c 152 fill_color,
356 GetFillColor(draw_info,x,y,&fill_color,exception);
357 SetPixelViaPixelInfo(image,&fill_color,q);
150 fill_color, local
    [all...]
annotate.c 1593 fill_color; local
2011 fill_color; local
    [all...]
draw.c 4116 fill_color, local
4650 fill_color; local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 497 uint32_t fill_color = local
499 m_pRenderStatus->m_pDevice->DrawPath(&path, nullptr, nullptr, fill_color, 0,
  /external/pdfium/testing/
embedder_test.cpp 272 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; local
273 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, fill_color);
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 255 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
copybit_c2d.cpp 92 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1435 static int fill_color(struct copybit_device_t *dev, function
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 255 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
copybit_c2d.cpp 92 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1441 static int fill_color(struct copybit_device_t *dev, function
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit.h 257 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
copybit_c2d.cpp 91 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1419 static int fill_color(struct copybit_device_t *dev, function
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit.h 258 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
copybit_c2d.cpp 91 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1444 static int fill_color(struct copybit_device_t *dev, function
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit.h 272 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
copybit_c2d.cpp 91 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1443 static int fill_color(struct copybit_device_t *dev, function
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
copybit.h 272 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
copybit_c2d.cpp 91 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1443 static int fill_color(struct copybit_device_t *dev, function
    [all...]
  /hardware/qcom/display/sdm845/libcopybit/
copybit.h 272 int (*fill_color)(struct copybit_device_t *dev, member in struct:copybit_device_t
copybit_c2d.cpp 91 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1443 static int fill_color(struct copybit_device_t *dev, function
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 655 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; local
656 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, fill_color);
  /external/ImageMagick/MagickWand/
drawing-wand.c 4716 fill_color, local
    [all...]

Completed in 1179 milliseconds