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

  /external/pdfium/core/fxge/
ifx_renderdevicedriver.h 37 int fill_mode) = 0;
46 int fill_mode,
cfx_renderdevice.h 109 int fill_mode);
119 int fill_mode) {
121 stroke_color, fill_mode, FXDIB_BLEND_NORMAL);
128 int fill_mode,
140 int fill_mode,
243 int fill_mode,
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 43 int fill_mode);
53 int fill_mode);
win32_int.h 59 int fill_mode);
136 int fill_mode) override;
145 int fill_mode,
281 int fill_mode) override;
290 int fill_mode,
fx_win32_print.cpp 407 int fill_mode) {
408 m_PSRenderer.SetClip_PathFill(pPathData, pObject2Device, fill_mode);
425 int fill_mode,
431 fill_color, stroke_color, fill_mode & 3);
fx_win32_device.cpp 982 int fill_mode,
1016 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) ||
    [all...]
cfx_psrenderer.cpp 155 int fill_mode) {
166 if ((fill_mode & 3) == FXFILL_WINDING) {
202 int fill_mode) {
226 if (fill_mode && fill_alpha) {
228 if ((fill_mode & 3) == FXFILL_WINDING) {
234 } else if ((fill_mode & 3) == FXFILL_ALTERNATE) {
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 50 int fill_mode) override;
59 int fill_mode,
fx_agg_driver.cpp 549 int fill_mode) {
550 m_FillFlags = fill_mode;
574 rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 442 int fill_mode) {
444 fill_mode)) {
487 int fill_mode,
490 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0;
499 DrawCosmeticLine(pos1.x, pos1.y, pos2.x, pos2.y, fill_color, fill_mode,
506 if (!(fill_mode & FXFILL_RECT_AA) &&
548 if ((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) &&
549 !(fill_mode & FX_FILL_TEXT_MODE)) {
568 if (fill_mode & FXFILL_NOPATHSMOOTH
1098 int fill_mode = nFlag; local
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 48 int fill_mode) override; // fill mode, WINDING or ALTERNATE
64 int fill_mode,
fx_skia_device.cpp 702 int fill_mode,
710 DrawChanged(pMatrix, pDrawState, fill_color, stroke_color, fill_mode,
716 m_fillFullCover = !!(fill_mode & FXFILL_FULLCOVER);
717 m_fillPath = (fill_mode & 3) && fill_color;
718 m_skPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE
863 int fill_mode) {
868 skClipPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE
980 int fill_mode
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_offset.c 152 unsigned fill_mode = rast->fill_front; local
159 fill_mode = rast->fill_back;
163 switch (fill_mode) {
174 assert(!"invalid fill_mode in offset_first_tri()");
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 109 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front); local
130 fill_mode = SVGA3D_FILLMODE_FILL;
139 fill_mode,
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 479 * \param fill_mode one of PIPE_POLYGON_MODE_POINT/LINE/FILL
483 unsigned fill_mode)
485 switch(fill_mode) {
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 713 int fill_mode; member in struct:__anon29116::CPDF_PatchDrawer
753 if (fill_mode & RENDER_NOPATHSMOOTH) {
813 int fill_mode,
828 patch.fill_mode = fill_mode;
1390 int fill_mode = FXFILL_WINDING; local
1419 int fill_mode = FXFILL_WINDING; local
1439 int fill_mode = pPathObj->m_FillType; local
2070 int fill_mode = m_Options.m_Flags; local
    [all...]

Completed in 1576 milliseconds