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

  /ndk/sources/android/crazy_linker/tests/
test_util.h 231 String dst_path; local
232 dst_path.Format("%s/%s", dst_file_dir, dst_file_name);
234 dst_file.Open(dst_path.c_str(), "wb");
245 dst_path.c_str());
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 347 SkPath dst_path; local
348 SkRasterizeStroke(spaint, &dst_path, path_data.m_PathData, pObject2Device, pGraphState, 1, FALSE, 0);
350 SetClipMask(dst_path, &spaint);
431 SkPath dst_path; local
432 SkRasterizeStroke(spaint, &dst_path, path_data.m_PathData, &matrix2, pGraphState, matrix1.a, FALSE, 0);
436 if (!RenderRasterizerSkia(dst_path, spaint, rect, stroke_color, fill_mode & FXFILL_FULLCOVER, FALSE, fill_flag, pIccTransform, FALSE))

Completed in 1528 milliseconds