HomeSort by relevance Sort by last modified time
    Searched refs:DrawPath (Results 51 - 63 of 63) sorted by null

1 23

  /external/chromium_org/ui/gfx/
canvas.cc 298 void Canvas::DrawPath(const SkPath& path, const SkPaint& paint) {
299 canvas_->drawPath(path, paint);
458 canvas_->drawPath(path, p);
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 178 FX_BOOL CFX_PSRenderer::DrawPath(const CFX_PathData* pPathData,
fx_ge_text.cpp     [all...]
  /external/skia/tests/
CanvasTest.cpp 335 SIMPLE_TEST_STEP(DrawPath, drawPath(kTestPath, kTestPaint));
474 canvas->drawPath(kNearlyZeroLengthPath, paint);
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 374 FX_BOOL CFX_QuartzDeviceDriver::DrawPath(const CFX_PathData* pathData,
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 117 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, ArgbEncode(255,0,0,0), FXFILL_ALTERNATE);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp     [all...]
fpdf_render_pattern.cpp 630 pDevice->DrawPath(&path, NULL, NULL, FXARGB_MAKE(alpha, div_colors[0].comp[0], div_colors[0].comp[1], div_colors[0].comp[2]), 0, fillFlags);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGraphics.h 878 Status DrawPath(IN const Pen* pen,
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 533 Status DrawPath(const Pen *pen, const GraphicsPath *path)
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 432 pDevice->DrawPath(&pathData, pUser2Device, &gsd, 0, 0xFFAAAAAA, FXFILL_ALTERNATE);
    [all...]

Completed in 407 milliseconds

1 23