/external/skia/include/core/ |
H A D | SkTime.h | 49 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label) 58 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur); 62 const char* fLabel; member in class:SkAutoTime
|
/external/skia/gm/ |
H A D | shadertext2.cpp | 39 const char* fLabel; member in struct:LabeledMatrix 50 matrices.top().fLabel = "Identity"; 52 matrices.top().fLabel = "Scale"; 54 matrices.top().fLabel = "Rotate"; 58 matrices.top().fLabel = "Persp"; 62 localMatrices.top().fLabel = "Identity"; 64 localMatrices.top().fLabel = "Scale"; 66 localMatrices.top().fLabel = "Rotate"; 70 localMatrices.top().fLabel = "Persp"; 116 canvas->drawText(matrices[lm].fLabel, strle [all...] |
H A D | colortypexfermode.cpp | 70 const char* fLabel; member in struct:skiagm::ColorTypeXfermodeGM::__anon17064 147 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
H A D | lcdblendmodes.cpp | 90 const char* fLabel; member in struct:skiagm::LcdBlendGM::__anon17087 143 SkString string(gModes[m].fLabel); 144 canvas->drawText(gModes[m].fLabel, string.size(), 0, y, paint);
|
H A D | surface.cpp | 81 const char* fLabel; member in struct:SurfacePropsGM::__anon17099 97 test_draw(surface->getCanvas(), rec[i].fLabel);
|
H A D | drawatlascolor.cpp | 81 const char* fLabel; member in struct:DrawAtlasColorsGM::__anon17072 144 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
H A D | xfermodes.cpp | 71 const char* fLabel; member in struct:__anon17108 309 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
H A D | aarectmodes.cpp | 63 const char* fLabel; member in struct:__anon17055
|
H A D | hairmodes.cpp | 15 const char* fLabel; member in struct:__anon17081
|
H A D | shadertext3.cpp | 41 const char* fLabel; member in struct:skiagm::LabeledMatrix
|
H A D | xfermodeimagefilter.cpp | 53 const char* fLabel; member in struct:skiagm::XfermodeImageFilterGM::__anon17107
|
/external/skia/src/views/animated/ |
H A D | SkWidgetViews.cpp | 97 return fLabel.c_str(); 103 *label = fLabel; 113 if ((label == nullptr && fLabel.size() != 0) || !fLabel.equals(label, len)) 117 this->onLabelChange(fLabel.c_str(), tmp.c_str()); 118 fLabel.swap(tmp); 124 if (fLabel != label) 126 this->onLabelChange(fLabel.c_str(), label.c_str()); 127 fLabel = label;
|
/external/skia/samplecode/ |
H A D | SampleXfer.cpp | 51 SkString fLabel; member in class:PushButtonWig 56 PushButtonWig(const char label[], uint32_t fast) : fLabel(label) { 65 evt->setString("label", fLabel.c_str()); 81 canvas->drawText(fLabel.c_str(), fLabel.size(), r.centerX(), r.fTop + 0.68f * r.height(), paint);
|
H A D | SampleXfermodesBlur.cpp | 121 const char* fLabel; member in struct:XfermodesBlurView::__anon17219 190 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
H A D | SampleQuadStroker.cpp | 88 char fLabel; member in struct:StrokeTypeButton 173 fCubicButton.fLabel = 'C'; 175 fConicButton.fLabel = 'K'; 177 fQuadButton.fLabel = 'Q'; 179 fArcButton.fLabel = 'A'; 181 fRRectButton.fLabel = 'R'; 183 fCircleButton.fLabel = 'O'; 186 fTextButton.fLabel = 'T'; 494 canvas->drawText(&button.fLabel, 1, button.fBounds.centerX(), button.fBounds.fBottom - 5,
|
H A D | SampleAARectModes.cpp | 17 const char* fLabel; member in struct:__anon17190
|
H A D | SampleHairModes.cpp | 17 const char* fLabel; member in struct:__anon17206
|
H A D | SampleApp.cpp | 473 const char* fLabel; member in struct:FilterQualityState 2045 title.prepend(gFilterQualityStates[fFilterQualityIndex].fLabel);
|
/external/skia/include/views/ |
H A D | SkOSMenu.h | 62 const char* getLabel() const { return fLabel.c_str(); } 86 SkString fLabel; member in class:SkOSMenu::Item
|
H A D | SkWidget.h | 66 SkString fLabel; member in class:SkHasLabelWidget 205 SkString fLabel; member in class:SkHasLabelView
|
/external/skia/src/views/ |
H A D | SkWidgets.cpp | 142 *str = fLabel; 143 return fLabel.size(); 149 memcpy(buffer, fLabel.c_str(), fLabel.size()); 150 return fLabel.size(); 165 if (!fLabel.equals(label, len)) 167 fLabel.set(label, len);
|
H A D | SkOSMenu.cpp | 94 fLabel.set(label);
|
/external/skia/src/images/ |
H A D | SkImageDecoder_libwebp.cpp | 137 fLabel(label) { 138 if (nullptr == fLabel) { 139 fLabel = ""; 144 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow); 147 const char* fLabel; member in class:AutoTimeMillis
|
/external/skia/include/views/animated/ |
H A D | SkWidgetViews.h | 98 SkString fLabel; member in class:SkWidgetView
|
/external/skia/src/utils/ |
H A D | SkLua.cpp | 951 const char* fLabel; member in struct:__anon17457 963 lua_pushstring(L, gAlignRec[i].fLabel); 976 if (!strcmp(gAlignRec[i].fLabel, label)) {
|