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

  /external/pdfium/testing/
embedder_test.cpp 250 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; local
251 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...]
  /external/pdfium/samples/
pdfium_test.cc 360 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; local
361 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, fill_color);
  /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...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 779 FX_DWORD fill_color = local
781 m_pRenderStatus->m_pDevice->DrawPath(&path, NULL, NULL, fill_color, 0,
    [all...]

Completed in 1168 milliseconds