HomeSort by relevance Sort by last modified time
    Searched refs:SkString (Results 1 - 25 of 1667) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/skdiff/
skdiff_html.h 12 class SkString;
17 const SkString& baseDir,
18 const SkString& comparisonDir,
19 const SkString& outputDir);
skdiff_utils.h 15 class SkString;
32 bool write_bitmap(const SkString& path, const SkBitmap& bitmap);
37 SkString filename_to_diff_filename(const SkString& filename);
42 SkString filename_to_white_filename(const SkString& filename);
50 const SkString& outputDir,
51 const SkString& filename);
  /external/skqp/tools/skdiff/
skdiff_html.h 12 class SkString;
17 const SkString& baseDir,
18 const SkString& comparisonDir,
19 const SkString& outputDir);
skdiff_utils.h 15 class SkString;
32 bool write_bitmap(const SkString& path, const SkBitmap& bitmap);
37 SkString filename_to_diff_filename(const SkString& filename);
42 SkString filename_to_white_filename(const SkString& filename);
50 const SkString& outputDir,
51 const SkString& filename);
  /external/skia/dm/
DMJsonWriter.h 11 #include "SkString.h"
26 SkString name; // E.g. "ninepatch-stretch", "desk_gws.skp"
27 SkString config; // "gpu", "8888", "serialize", "pipe"
28 SkString sourceType; // "gm", "skp", "image"
29 SkString sourceOptions; // "image", "codec", "subset", "scanline"
30 SkString md5; // In ASCII, so 32 bytes long.
31 SkString ext; // Extension of file we wrote: "png", "pdf", ...
32 SkString gamut;
33 SkString transferFn;
34 SkString colorType
    [all...]
  /external/skia/experimental/svg/model/
SkSVGIDMapper.h 14 class SkString;
17 using SkSVGIDMapper = SkTHashMap<SkString, sk_sp<SkSVGNode>>;
  /external/skia/include/utils/
SkParsePath.h 15 class SkString;
20 static void ToSVGString(const SkPath&, SkString*);
  /external/skqp/experimental/svg/model/
SkSVGIDMapper.h 14 class SkString;
17 using SkSVGIDMapper = SkTHashMap<SkString, sk_sp<SkSVGNode>>;
  /external/skqp/include/utils/
SkParsePath.h 15 class SkString;
20 static void ToSVGString(const SkPath&, SkString*);
  /external/skqp/dm/
DMJsonWriter.h 11 #include "SkString.h"
26 SkString name; // E.g. "ninepatch-stretch", "desk_gws.skp"
27 SkString config; // "gpu", "8888", "serialize", "pipe"
28 SkString sourceType; // "gm", "skp", "image"
29 SkString sourceOptions; // "image", "codec", "subset", "scanline"
30 SkString md5; // In ASCII, so 32 bytes long.
31 SkString ext; // Extension of file we wrote: "png", "pdf", ...
  /external/skia/src/core/
SkStringUtils.h 13 class SkString;
20 void SkAppendScalar(SkString*, SkScalar, SkScalarAsStringType);
22 static inline void SkAppendScalarDec(SkString* str, SkScalar value) {
26 static inline void SkAppendScalarHex(SkString* str, SkScalar value) {
31 SkString SkTabString(const SkString& string, int tabCnt);
33 SkString SkStringFromUTF16(const uint16_t* src, size_t count);
  /external/skqp/src/core/
SkStringUtils.h 13 class SkString;
20 void SkAppendScalar(SkString*, SkScalar, SkScalarAsStringType);
22 static inline void SkAppendScalarDec(SkString* str, SkScalar value) {
26 static inline void SkAppendScalarHex(SkString* str, SkScalar value) {
31 SkString SkTabString(const SkString& string, int tabCnt);
33 SkString SkStringFromUTF16(const uint16_t* src, size_t count);
  /external/skia/src/utils/
SkOSPath.h 11 #include "SkString.h"
32 static SkString Join(const char* rootPath, const char* relativePath);
39 * @return SkString The basename of the file - anything beyond the
42 static SkString Basename(const char* fullPath);
49 * @return SkString The dir containing the file - anything preceding the
52 static SkString Dirname(const char* fullPath);
SkOSPath.cpp 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) {
11 SkString result(rootPath);
19 SkString SkOSPath::Basename(const char* fullPath) {
21 return SkString();
29 return SkString(filename);
32 SkString SkOSPath::Dirname(const char* fullPath) {
34 return SkString();
38 return SkString();
44 return SkString(fullPath, end - fullPath);
  /external/skqp/src/utils/
SkOSPath.h 11 #include "SkString.h"
32 static SkString Join(const char* rootPath, const char* relativePath);
39 * @return SkString The basename of the file - anything beyond the
42 static SkString Basename(const char* fullPath);
49 * @return SkString The dir containing the file - anything preceding the
52 static SkString Dirname(const char* fullPath);
SkOSPath.cpp 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) {
11 SkString result(rootPath);
19 SkString SkOSPath::Basename(const char* fullPath) {
21 return SkString();
29 return SkString(filename);
32 SkString SkOSPath::Dirname(const char* fullPath) {
34 return SkString();
38 return SkString();
44 return SkString(fullPath, end - fullPath);
  /external/skia/tools/
random_parse_path.h 11 #include "SkString.h"
15 SkString MakeRandomParsePathPiece(SkRandom* rand);
  /external/skqp/tools/
random_parse_path.h 11 #include "SkString.h"
15 SkString MakeRandomParsePathPiece(SkRandom* rand);
  /external/skia/tools/viewer/
ImageSlide.h 17 ImageSlide(const SkString& name, const SkString& path);
26 SkString fPath;
SKPSlide.h 16 SKPSlide(const SkString& name, const SkString& path);
26 SkString fPath;
  /external/skqp/tools/viewer/
ImageSlide.h 17 ImageSlide(const SkString& name, const SkString& path);
26 SkString fPath;
  /external/skia/src/gpu/ops/
GrDebugMarkerOp.h 23 const SkString&);
28 SkString dumpInfo() const override {
29 SkString string;
38 GrDebugMarkerOp(GrRenderTargetProxy* proxy, const SkString& str)
49 SkString fStr;
  /external/skqp/src/gpu/ops/
GrDebugMarkerOp.h 22 const SkString&);
27 SkString dumpInfo() const override {
28 SkString string;
37 GrDebugMarkerOp(GrRenderTargetProxy* proxy, const SkString& str)
48 SkString fStr;
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 27 SkCommandLineConfig(const SkString& tag, const SkString& backend,
28 const SkTArray<SkString>& viaParts);
32 const SkString& getTag() const { return fTag; }
33 const SkString& getBackend() const { return fBackend; }
34 const SkTArray<SkString>& getViaParts() const { return fViaParts; }
36 SkString fTag;
37 SkString fBackend;
38 SkTArray<SkString> fViaParts;
56 SkCommandLineConfigGpu(const SkString& tag, const SkTArray<SkString>& viaParts
    [all...]
  /external/skqp/tools/flags/
SkCommonFlagsConfig.h 27 SkCommandLineConfig(const SkString& tag, const SkString& backend,
28 const SkTArray<SkString>& viaParts);
32 const SkString& getTag() const { return fTag; }
33 const SkString& getBackend() const { return fBackend; }
34 const SkTArray<SkString>& getViaParts() const { return fViaParts; }
36 SkString fTag;
37 SkString fBackend;
38 SkTArray<SkString> fViaParts;
56 SkCommandLineConfigGpu(const SkString& tag, const SkTArray<SkString>& viaParts
    [all...]

Completed in 1740 milliseconds

1 2 3 4 5 6 7 8 91011>>