Home
last modified time | relevance | path

Searched refs:dstStr (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_extension.cpp196 FX_LPWSTR FXSYS_wcsncpy(FX_LPWSTR dstStr, FX_LPCWSTR srcStr, size_t count) in FXSYS_wcsncpy() argument
198 FXSYS_assert(dstStr != NULL && srcStr != NULL && count > 0); in FXSYS_wcsncpy()
200 if ((dstStr[i] = srcStr[i]) == L'\0') { in FXSYS_wcsncpy()
203 return dstStr; in FXSYS_wcsncpy()
/external/pdfium/core/include/fxcrt/
Dfx_ext.h24 FX_LPWSTR FXSYS_wcsncpy(FX_LPWSTR dstStr, FX_LPCWSTR srcStr, size_t count);
/external/skia/src/utils/
DSkDumpCanvas.cpp368 SkString str, centerStr, dstStr; in onDrawBitmapNine() local
371 toString(dst, &dstStr); in onDrawBitmapNine()
373 centerStr.c_str(), dstStr.c_str()); in onDrawBitmapNine()