OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_path
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/tools/
update_all.py
89
dst_path
, newdata = clean_header.cleanupFile(kernel_dir, src_dir, rel_path)
90
if not
dst_path
:
93
dst_path
= os.path.join(kernel_dir,
dst_path
)
variable
94
b.readFile(
dst_path
)
95
r = b.editFile(
dst_path
, newdata)
103
#
dst_path
is guaranteed to include android root.
104
rel_dst_path =
dst_path
[android_root_len:]
/external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp
387
SkPath
dst_path
;
local
388
SkRasterizeStroke(spaint, &
dst_path
, path_data.m_PathData, pObject2Device,
391
SetClipMask(
dst_path
, &spaint);
497
SkPath
dst_path
;
local
498
SkRasterizeStroke(spaint, &
dst_path
, path_data.m_PathData, &matrix2,
504
if (!RenderRasterizerSkia(
dst_path
, spaint, rect, stroke_color,
Completed in 484 milliseconds