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

<<31323334353637383940>>

  /external/skqp/bench/
WritePixelsBench.cpp 11 #include "SkString.h"
68 SkString fName;
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.h 80 const SkSVGNode* findNodeById(const SkString&) const;
  /external/skqp/gm/
arithmode.cpp 61 SkString str;
75 virtual SkString onShortName() {
76 return SkString("arithmode");
153 SkString str(enforcePMColor ? "enforcePM" : "no enforcePM");
blurroundrect.cpp 19 #include "SkString.h"
29 SkString onShortName() override {
80 SkString fName;
122 SkString onShortName() override {
162 const SkString fName;
constcolorprocessor.cpp 32 SkString onShortName() override {
33 return SkString("const_color_processor");
122 SkString inputLabel;
129 SkString procLabel;
emptypath.cpp 21 SkString onShortName() {
22 return SkString("emptypath");
159 SkString onShortName() override {
160 return SkString("emptystroke");
filterbitmap.cpp 65 SkString fName;
74 SkString onShortName() override {
191 SkString fFilename;
199 SkString resource = SkStringPrintf("images/%s", fFilename.c_str());
megalooper.cpp 32 virtual SkString onShortName() {
35 return SkString("megalooper_0x0");
38 return SkString("megalooper_4x1");
42 return SkString("megalooper_1x4");
offsetimagefilter.cpp 26 SkString onShortName() override {
27 return SkString("offsetimagefilter");
105 SkString onShortName() override {
106 return SkString("simple-offsetimagefilter");
patheffects.cpp 109 SkString onShortName() override {
110 return SkString("patheffect");
176 SkString onShortName() override {
177 return SkString("combo-patheffects");
perlinnoise.cpp 29 virtual SkString onShortName() {
30 return SkString("perlinnoise");
112 virtual SkString onShortName() {
113 return SkString("perlinnoise_localmatrix");
surface.cpp 57 SkString onShortName() override {
58 return SkString("surfaceprops");
112 SkString onShortName() override {
113 return SkString("surfacenew");
  /external/skqp/include/core/
SkDrawLooper.h 24 class SkString;
  /external/skqp/src/core/
SkOSFile.h 16 #include "SkString.h"
91 bool next(SkString* name, bool getDir = false);
SkRect.cpp 131 #include "SkString.h"
134 static const char* set_scalar(SkString* storage, SkScalar value, SkScalarAsStringType asType) {
143 SkString line;
145 SkString tmp;
151 SkString strL, strT, strR, strB;
  /external/skqp/src/gpu/
GrAutoLocaleSetter.h 15 #include "SkString.h"
88 SkString fOldLocale;
  /external/skqp/src/gpu/effects/
GrBicubicEffect.cpp 47 SkString coords2D = fragBuilder->ensureCoords2D(args.fTransformedCoords[0]);
85 SkString coord;
87 SkString sampleVar;
101 SkString bicubicColor("(wy.x * s0 + wy.y * s1 + wy.z * s2 + wy.w * s3)");
  /external/skqp/src/gpu/gl/
GrGLUniformHandler.h 53 void appendUniformDecls(GrShaderFlags visibility, SkString*) const override;
  /external/skqp/src/gpu/mtl/
GrMtlUniformHandler.h 78 void appendUniformDecls(GrShaderFlags, SkString*) const override;
  /external/skqp/src/gpu/ops/
GrDrawAtlasOp.h 46 SkString dumpInfo() const override;
GrOp.h 17 #include "SkString.h"
186 virtual SkString dumpInfo() const {
187 SkString string;
193 SkString dumpInfo() const { return SkString("<Op information unavailable>"); }
GrSimpleMeshDrawOpHelper.cpp 102 SkString GrSimpleMeshDrawOpHelper::dumpInfo() const {
104 SkString result = processors.dumpProcessors();
191 SkString GrSimpleMeshDrawOpHelperWithStencil::dumpInfo() const {
192 SkString result = INHERITED::dumpInfo();
  /external/skqp/src/gpu/vk/
GrVkVaryingHandler.cpp 82 SkString location;
  /external/skqp/src/ports/
SkOSFile_posix.cpp 9 #include "SkString.h"
129 SkString fPath, fSuffix;
171 static bool issuffixfor(const SkString& suffix, const char str[]) {
179 bool SkOSFile::Iter::next(SkString* name, bool getDir) {
186 SkString str(self.fPath);
  /external/skqp/tests/
PDFDocumentTest.cpp 44 SkString tmpDir = skiatest::GetTmpDir();
51 SkString path = SkOSPath::Join(tmpDir.c_str(), "aborted.pdf");
77 SkString tmpDir = skiatest::GetTmpDir();
83 SkString path = SkOSPath::Join(tmpDir.c_str(), "file.pdf");

Completed in 1194 milliseconds

<<31323334353637383940>>