Searched refs:skstoi (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp318 static int skstoi(const SkPdfNativeObject* str) { function
363 int start = skstoi(token.fObject);
365 int end = skstoi(token.fObject);
376 int from = skstoi(token.fObject);
378 int to = skstoi(token.fObject);
389 int start = skstoi(token.fObject);
391 int end = skstoi(token.fObject);
401 int value = skstoi(token.fObject);
416 fCMapEncoding[start + i] = skstoi((*token.fObject)[i]);
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp318 static int skstoi(const SkPdfNativeObject* str) { function
363 int start = skstoi(token.fObject);
365 int end = skstoi(token.fObject);
376 int from = skstoi(token.fObject);
378 int to = skstoi(token.fObject);
389 int start = skstoi(token.fObject);
391 int end = skstoi(token.fObject);
401 int value = skstoi(token.fObject);
416 fCMapEncoding[start + i] = skstoi((*token.fObject)[i]);

Completed in 438 milliseconds