HomeSort by relevance Sort by last modified time
    Searched full:c_str (Results 1826 - 1850 of 3714) sorted by null

<<71727374757677787980>>

  /external/skia/bench/
RectanizerBench.cpp 72 return fName.c_str();
RegionBench.cpp 107 const char* onGetName() override { return fName.c_str(); }
RepeatTileBench.cpp 108 return fName.c_str();
ScalarBench.cpp 31 return fName.c_str();
SortBench.cpp 118 return fName.c_str();
StrokeBench.cpp 28 const char* onGetName() override { return fName.c_str(); }
TileBench.cpp 80 return fName.c_str();
Xfer4fBench.cpp 51 const char* onGetName() override { return fName.c_str(); }
XferU64Bench.cpp 51 const char* onGetName() override { return fName.c_str(); }
XfermodeBench.cpp 34 const char* onGetName() override { return fName.c_str(); }
  /external/skia/example/
HelloWorld.cpp 58 INHERITED::setTitle(title.c_str());
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIDetailViewController.mm 98 [rootVC addItem:[NSString stringWithUTF8String:fWind->getSampleTitle(i).c_str()]];
  /external/skia/gm/
lcdtext.cpp 60 canvas->drawText(string.c_str(), string.size(), 0, y, paint);
  /external/skia/samplecode/
SampleSubpixelTranslate.cpp 31 SkFILEStream stream(resourcePath.c_str());
  /external/skia/src/animator/
SkAnimateMaker.h 70 // return fIDs.find(string.c_str(), displayablePtr);
SkDisplayEvents.cpp 35 SkDebugf("kind=%s ", str.c_str());
SkDisplayTypes.cpp 141 scriptValue->fOperand.fString = new SkString(&value.c_str()[start], end - start);
SkDisplayable.cpp 25 id = _id.c_str();
212 SkDebugf("%s", op->fString->c_str());
227 SkDebugf("%s=\"%s\"\t", info->fName, string->c_str());
376 SkDebugf("%s=\"%s\" ", info->fName, op.fString->c_str());
SkScriptRuntime.cpp 203 if (SkParse::FindS32(operand[0].fString->c_str(), &operand[0].fS32) == nullptr)
208 if (SkParse::FindScalar(operand[0].fString->c_str(),
270 operand[0].fS32 = strcmp(operand[0].fString->c_str(), operand[1].fString->c_str()) >= 0;
  /external/skia/src/core/
SkFontDescriptor.cpp 48 stream->write(string.c_str(), string.size());
  /external/skia/src/gpu/
GrPathProcessor.cpp 75 glVaryingHandler->addPathProcessingVarying(strVaryingName.c_str(),
GrSwizzle.h 46 const char* c_str() const { return fSwiz; } function in class:GrSwizzle
  /external/skia/tests/
PDFJpegEmbedTest.cpp 44 SkData* data = SkData::NewFromFileName(path.c_str());
YUVTest.cpp 16 return SkStream::NewFromFile(fullPath.c_str());
  /external/skia/tools/VisualBench/
VisualBench.cpp 75 INHERITED::setTitle(title.c_str());

Completed in 711 milliseconds

<<71727374757677787980>>