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

  /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/pdfium/core/fxge/
cfx_renderdevice.cpp 463 int fill_mode) {
465 fill_mode)) {
515 int fill_mode,
518 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0;
527 DrawCosmeticLine(pos1, pos2, fill_color, fill_mode, blend_type);
533 if (!(fill_mode & FXFILL_RECT_AA) &&
575 if ((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) &&
576 !(fill_mode & FX_FILL_TEXT_MODE)) {
595 if (fill_mode & FXFILL_NOPATHSMOOTH
1117 int fill_mode = nFlag; local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 727 int fill_mode; member in struct:__anon31051::CPDF_PatchDrawer
776 if (fill_mode & RENDER_NOPATHSMOOTH) {
836 int fill_mode,
851 patch.fill_mode = fill_mode;
1451 int fill_mode = FXFILL_WINDING; local
1471 int fill_mode = pPathObj->m_FillType; local
    [all...]

Completed in 147 milliseconds