Searched
refs:SkString (Results
376 -
400 of
1667) sorted by null
<<11121314151617181920>>
/external/skia/modules/skottie/utils/ |
SkottieUtils.h | 14 #include "SkString.h" 46 static sk_sp<FileResourceProvider> Make(SkString base_dir); 53 explicit FileResourceProvider(SkString); 55 const SkString fDir;
|
/external/skia/samplecode/ |
SampleFilter2.cpp | 18 #include "SkString.h" 55 SkString str("Filter/Dither "); 86 SkString s("dither="); 94 SkString s;
|
/external/skia/src/gpu/ |
GrPipeline.h | 185 static SkString DumpFlags(uint32_t flags) { 187 SkString result; 196 return SkString("No pipeline flags\n");
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 73 SkString* name, SkFontStyle* style, bool* isFixedPitch, 79 const SkString& name); 101 void getPostScriptGlyphNames(SkString* dstArray) const override;
|
/external/skia/tests/ |
FontMgrAndroidParserTest.cpp | 56 const SkString& langString = lang.getTag(); 120 [](SkString, std::unique_ptr<FontFamily>* fallbackFamily) { 137 SkString s; 183 SkString("/custom/font/path/"), 201 SkString("/custom/font/path/"), 220 SkString("/custom/font/path/"), 242 SkString basePath = GetResourcePath("fonts/"); 243 SkString fontsXml = GetResourcePath(fontsXmlFilename); 277 SkString basePath = GetResourcePath("fonts/"); 278 SkString fontsXml = GetResourcePath(fontsXmlFilename) [all...] |
StringTest.cpp | 10 #include "SkString.h" 20 SkString a; 21 SkString b((size_t)0); 22 SkString c(""); 23 SkString d(nullptr, 0); 60 SkString e(a); 61 SkString f("hello"); 62 SkString g("helloz", 5); 181 // 2000 is larger than the static buffer size inside SkString.cpp 195 ERRORF(reporter, "SkString::printf fail: a[%d] = '%c'", i, a[i]) [all...] |
/external/skia/tools/ |
skhello.cpp | 16 #include "SkString.h" 62 SkString path("skhello"); 63 SkString text("Hello"); 93 SkString file;
|
/external/skqp/gm/ |
complexclip3.cpp | 27 SkString onShortName() { 28 SkString str; 102 SkString str;
|
filterindiabox.cpp | 61 SkString fName; 72 SkString onShortName() override { 93 SkString fFilename;
|
/external/skqp/modules/skottie/include/ |
Skottie.h | 14 #include "SkString.h" 214 const SkString& version() const { return fVersion; } 220 Animation(std::unique_ptr<sksg::Scene>, SkString ver, const SkSize& size, 224 const SkString fVersion;
|
/external/skqp/modules/skottie/utils/ |
SkottieUtils.h | 14 #include "SkString.h" 46 static sk_sp<FileResourceProvider> Make(SkString base_dir); 53 explicit FileResourceProvider(SkString); 55 const SkString fDir;
|
/external/skqp/samplecode/ |
SampleFilter2.cpp | 18 #include "SkString.h" 55 SkString str("Filter/Dither "); 86 SkString s("dither="); 94 SkString s;
|
/external/skqp/src/gpu/ |
GrPipeline.h | 184 static SkString DumpFlags(uint32_t flags) { 186 SkString result; 195 return SkString("No pipeline flags\n");
|
/external/skqp/src/gpu/gradients/ |
GrClampedGradientEffect.cpp | 38 SkString _child1("_child1"); 48 SkString _input0("t"); 49 SkString _child0("_child0");
|
/external/skqp/src/ports/ |
SkFontHost_FreeType_common.h | 73 SkString* name, SkFontStyle* style, bool* isFixedPitch, 79 const SkString& name); 101 void getPostScriptGlyphNames(SkString* dstArray) const override;
|
/external/skqp/tests/ |
FontMgrAndroidParserTest.cpp | 56 const SkString& langString = lang.getTag(); 120 [](SkString, std::unique_ptr<FontFamily>* fallbackFamily) { 137 SkString s; 183 SkString("/custom/font/path/"), 201 SkString("/custom/font/path/"), 220 SkString("/custom/font/path/"), 242 SkString basePath = GetResourcePath("fonts/"); 243 SkString fontsXml = GetResourcePath(fontsXmlFilename); 277 SkString basePath = GetResourcePath("fonts/"); 278 SkString fontsXml = GetResourcePath(fontsXmlFilename) [all...] |
StringTest.cpp | 10 #include "SkString.h" 20 SkString a; 21 SkString b((size_t)0); 22 SkString c(""); 23 SkString d(nullptr, 0); 60 SkString e(a); 61 SkString f("hello"); 62 SkString g("helloz", 5); 181 // 2000 is larger than the static buffer size inside SkString.cpp 195 ERRORF(reporter, "SkString::printf fail: a[%d] = '%c'", i, a[i]) [all...] |
/external/skqp/tools/ |
skhello.cpp | 16 #include "SkString.h" 62 SkString path("skhello"); 63 SkString text("Hello"); 93 SkString file;
|
/external/skia/bench/ |
CubicMapBench.cpp | 35 SkString fName;
|
ImageBench.cpp | 59 SkString fName;
|
StreamBench.cpp | 12 SkString fName;
|
nanobench.h | 22 SkString name;
|
/external/skia/gm/ |
bitmapfilters.cpp | 82 SkString onShortName() override { 83 return SkString("bitmapfilters"); 131 SkString onShortName() override { 132 return SkString("extractalpha");
|
constcolorprocessor.cpp | 32 SkString onShortName() override { 33 return SkString("const_color_processor"); 111 SkString inputLabel; 118 SkString procLabel;
|
gammatext.cpp | 33 SkString onShortName() override { 34 return SkString("gammatext"); 122 SkString onShortName() override { 123 return SkString("gammagradienttext");
|
Completed in 1506 milliseconds
<<11121314151617181920>>