Searched
full:c_str (Results
1576 -
1600 of
3714) sorted by null
<<61626364656667686970>>
/external/skia/gm/ |
pixelsnap.cpp | 57 canvas->drawText(offset.c_str(), offset.size(), 68 canvas->drawText(offset.c_str(), offset.size(),
|
variedtext.cpp | 93 fPaint.measureText(fStrings[i].c_str(), fStrings[i].size(), &r); 124 canvas->drawText(fStrings[i].c_str(), fStrings[i].size(), 0, 0, fPaint);
|
/external/skia/samplecode/ |
SampleAnimatedText.cpp | 131 // canvas->drawText(outString.c_str(), outString.size(), 512.f, 540.f, paint); 132 canvas->drawText(modeString.c_str(), modeString.size(), 768.f, 540.f, paint);
|
SampleArc.cpp | 36 SkParsePath::FromSVGString(str.c_str(), &p2); 135 canvas->drawText(str.c_str(), str.size(), rect.centerX(),
|
SampleTiling.cpp | 116 textCanvas->drawText(str.c_str(), str.size(), x + r.width()/2, y, p); 148 textCanvas->drawText(str.c_str(), str.size(), x, y + r.height() * 2 / 3, p);
|
SampleXfer.cpp | 65 evt->setString("label", fLabel.c_str()); 81 canvas->drawText(fLabel.c_str(), fLabel.size(), r.centerX(), r.fTop + 0.68f * r.height(), paint);
|
/external/skia/src/core/ |
SkColorFilter.cpp | 97 str->appendf("SkComposeColorFilter: outer(%s) inner(%s)", outerS.c_str(), innerS.c_str());
|
/external/skia/src/gpu/ |
GrGpuResource.cpp | 64 traceMemoryDump->dumpNumericValue(dumpName.c_str(), "size", "bytes", this->gpuMemorySize()); 67 traceMemoryDump->dumpNumericValue(dumpName.c_str(), "purgeable_size", "bytes",
|
/external/skia/src/svg/ |
SkSVGDevice.cpp | 315 fWriter->addAttribute(name, val.c_str()); 327 fWriter->addText(text.c_str(), text.size()); 437 resources->fPaintServer.printf("url(#%s)", addLinearGradientDef(grInfo, shader).c_str()); 467 resources->fClip.printf("url(#%s)", clipID.c_str()); 497 stop.addAttribute("stop-color", colorStr.c_str()); 556 familyName.appendf((familyName.isEmpty() ? "%s" : ", %s"), familyString.fString.c_str()); 694 imageUse.addAttribute("xlink:href", SkStringPrintf("#%s", imageID.c_str())); 790 textPathElement.addAttribute("xlink:href", SkStringPrintf("#%s", pathID.c_str()));
|
/external/skia/src/utils/ |
SkLayer.cpp | 185 m_position.fX, m_position.fY, str1.c_str(), str2.c_str());
|
/external/skia/src/views/animated/ |
SkImageView.cpp | 273 if (!anim->decodeURI(fUri.c_str())) 289 if (!SkImageDecoder::DecodeURL(fUri.c_str(), bitmap))
|
/external/vulkan-validation-layers/libs/vkjson/ |
vkjson_info.cc | 62 int result = sscanf(arg2.c_str(), "%u", &options->device_index); 140 file = fopen(output_file.c_str(), "w");
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-test-part_test.cc | 67 message.GetString().c_str()); 72 EXPECT_STREQ(message.GetString().c_str(), result.message());
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideocapturer_unittest.cc | 93 reinterpret_cast<const char*>(kTestDeviceId.c_str())))); 119 reinterpret_cast<const char*>(kTestDeviceId.c_str()))));
|
/external/webrtc/webrtc/base/ |
optionsfile.cc | 78 res = stream.WriteAll(i->first.c_str(), i->first.length(), &written, 87 res = stream.WriteAll(i->second.c_str(), i->second.length(), &written,
|
urlencode.cc | 141 InternalUrlDecode(encoded.c_str(), buf, encode_space_as_plus); 161 InternalUrlEncode(decoded.c_str(), buf, needed_length,
|
/external/webrtc/webrtc/common_audio/ |
wav_file.cc | 50 : file_handle_(fopen(filename.c_str(), "rb")) { 106 file_handle_(fopen(filename.c_str(), "wb")) {
|
/external/webrtc/webrtc/libjingle/xmpp/ |
xmppsocket.cc | 228 if (ssl_adapter->StartSSL(domainname.c_str(), false) != 0) 233 if (ssl_stream->StartSSLWithServer(domainname.c_str()) != 0)
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
PCMFile.cc | 97 if ((pcm_file_ = fopen(file_name.c_str(), mode)) == NULL) { 98 printf("Cannot open file %s.\n", file_name.c_str());
|
/external/webrtc/webrtc/test/ |
frame_generator.cc | 249 FILE* file = fopen(filename.c_str(), "rb"); 269 FILE* file = fopen(filename.c_str(), "rb");
|
/external/webrtc/webrtc/test/testsupport/ |
perf_test.cc | 55 prefix, suffix, units, important).c_str()); 163 important).c_str());
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
codec_test.cc | 195 FILE* event_file = fopen(temp_filename.c_str(), "r"); 199 remove(temp_filename.c_str());
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_conference_test.cc | 28 FILE* fid = fopen(silence_file.c_str(), "wb"); 173 remove(silence_file.c_str());
|
/external/wpa_supplicant_8/wpa_supplicant/binder/ |
supplicant.cpp | 89 wpa_s = wpa_supplicant_get_iface(wpa_global_, ifname.c_str()); 108 wpa_s = wpa_supplicant_get_iface(wpa_global_, ifname.c_str());
|
/external/xmlrpcpp/src/ |
XmlRpcSocket.cpp | 154 struct hostent *hp = gethostbyname(host.c_str()); 207 char *sp = const_cast<char*>(s.c_str()) + *bytesSoFar;
|
Completed in 606 milliseconds
<<61626364656667686970>>