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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 601 int fill_mode; member in struct:CPDF_PatchDrawer
627 if (fill_mode & RENDER_NOPATHSMOOTH) {
668 CPDF_ColorSpace* pCS, int fill_mode, int alpha)
683 patch.fill_mode = fill_mode;
775 int fill_mode = m_Options.m_Flags; member in struct:CPDF_PatchDrawer
799 pFuncs, nFuncs, pColorSpace, fill_mode, alpha);
    [all...]
fpdf_render.cpp 673 int fill_mode = FXFILL_WINDING; local
674 m_pDevice->SetClip_PathFill(&EmptyPath, NULL, fill_mode);
692 int fill_mode = FXFILL_WINDING; local
694 fill_mode |= FXFILL_NOPATHSMOOTH;
696 m_pDevice->SetClip_PathFill(pTextClippingPath, NULL, fill_mode);
716 int fill_mode = 0; local
718 fill_mode |= FXFILL_NOPATHSMOOTH;
731 m_pDevice->DrawPath(pPathData, pObj2Device, &stroke_state, 0, 0xffff0000, fill_mode);
745 int fill_mode = pPathObj->m_FillType; local
747 fill_mode |= FXFILL_NOPATHSMOOTH;
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 720 JSArrayBuilder::FillMode fill_mode = IsFastSmiElementsKind(kind) local
726 fill_mode);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 974 int fill_mode = nFlag; local
    [all...]

Completed in 689 milliseconds