Lines Matching full:c_str
274 fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType);
281 SkFILEWStream file(filename.c_str());
347 info.append(QString((*currInfo)[i]->c_str()));
675 SkAutoTDelete<SkStream> stream(new SkFILEStream(fileName.c_str()));
739 item->setData(Qt::DisplayRole, commandString.c_str());
742 if (0 == strcmp("Restore", commandString.c_str()) ||
743 0 == strcmp("EndDrawPicture", commandString.c_str())) {
749 if (0 == strcmp("Save", commandString.c_str()) ||
750 0 == strcmp("SaveLayer", commandString.c_str()) ||
751 0 == strcmp("BeginDrawPicture", commandString.c_str())) {
766 fInspectorWidget.setText(overview.c_str(), SkInspectorWidget::kOverview_TabType);
776 map[fDebugger.getDrawCommandAt(i)->toString().c_str()]++;
781 fFilter.addItem((it->first).c_str());