| /external/chromium_org/third_party/skia/bench/ |
| RTreeBench.cpp | 29 , fProc(proc) 54 fTree->insert(reinterpret_cast<void*>(j), fProc(rand, j, NUM_BUILD_RECTS), 63 MakeRectProc fProc; 82 , fProc(proc) 108 fProc(rand, j, NUM_QUERY_RECTS), 151 MakeRectProc fProc;
|
| MathBench.cpp | 242 IsFiniteProc fProc; 280 fProc = NULL; 283 fProc = gRec[index].fProc; 294 IsFiniteProc proc = fProc; 328 IsFiniteProc fProc;
|
| RegionBench.cpp | 75 Proc fProc; 92 fProc = proc; 110 Proc proc = fProc;
|
| /external/skia/bench/ |
| QuadTreeBench.cpp | 29 , fProc(proc) { 50 fTree->insert(reinterpret_cast<void*>(j), fProc(rand, j, NUM_BUILD_RECTS), 58 MakeRectProc fProc; 76 , fProc(proc) 98 fProc(rand, j, NUM_QUERY_RECTS), 141 MakeRectProc fProc;
|
| RTreeBench.cpp | 29 , fProc(proc) 54 fTree->insert(reinterpret_cast<void*>(j), fProc(rand, j, NUM_BUILD_RECTS), 63 MakeRectProc fProc; 82 , fProc(proc) 108 fProc(rand, j, NUM_QUERY_RECTS), 151 MakeRectProc fProc;
|
| MathBench.cpp | 242 IsFiniteProc fProc; 280 fProc = NULL; 283 fProc = gRec[index].fProc; 294 IsFiniteProc proc = fProc; 328 IsFiniteProc fProc;
|
| RegionBench.cpp | 75 Proc fProc; 92 fProc = proc; 110 Proc proc = fProc;
|
| /external/chromium_org/third_party/skia/tools/ |
| skhello.cpp | 88 bool (*fProc)(int w, int h, const char path[], const char text[], 99 if (!gRec[i].fProc(w, h, file.c_str(), text.c_str(), paint)) {
|
| /external/skia/tools/ |
| skhello.cpp | 88 bool (*fProc)(int w, int h, const char path[], const char text[], 99 if (!gRec[i].fProc(w, h, file.c_str(), text.c_str(), paint)) {
|
| /external/chromium_org/third_party/skia/include/effects/ |
| SkColorMatrixFilter.h | 53 Proc fProc;
|
| /external/skia/include/effects/ |
| SkColorMatrixFilter.h | 53 Proc fProc;
|
| /external/chromium_org/third_party/skia/src/effects/ |
| SkColorMatrixFilter.cpp | 159 fProc = shiftIs16 ? General16 : General; 173 fProc = shiftIs16 ? AffineAdd16 : AffineAdd; 175 fProc = shiftIs16 ? ScaleAdd16 : ScaleAdd; 179 fProc = shiftIs16 ? Add16 : Add; 181 fProc = NULL; // identity 189 if (NULL != fProc) { 225 Proc proc = fProc; 273 Proc proc = fProc;
|
| /external/skia/src/effects/ |
| SkColorMatrixFilter.cpp | 159 fProc = shiftIs16 ? General16 : General; 173 fProc = shiftIs16 ? AffineAdd16 : AffineAdd; 175 fProc = shiftIs16 ? ScaleAdd16 : ScaleAdd; 179 fProc = shiftIs16 ? Add16 : Add; 181 fProc = NULL; // identity 189 if (NULL != fProc) { 225 Proc proc = fProc; 273 Proc proc = fProc;
|
| /external/chromium_org/third_party/skia/gm/ |
| techtalk1.cpp | 315 DrawProc fProc; 326 DrawProc fProc; 333 fProc = gRec[index].fProc; 359 fProc(canvas, fShowGL, fFlags);
|
| tilemodes.cpp | 187 ShaderProc fProc; 190 Tiling2GM(ShaderProc proc, const char name[]) : fProc(proc) { 244 paint.setShader(fProc(gModes[kx], gModes[ky]))->unref();
|
| tilemodes_scaled.cpp | 207 ShaderProc fProc; 210 ScaledTiling2GM(ShaderProc proc, const char name[]) : fProc(proc) { 264 paint.setShader(fProc(gModes[kx], gModes[ky]))->unref();
|
| /external/skia/gm/ |
| techtalk1.cpp | 315 DrawProc fProc; 326 DrawProc fProc; 333 fProc = gRec[index].fProc; 359 fProc(canvas, fShowGL, fFlags);
|
| tilemodes.cpp | 187 ShaderProc fProc; 190 Tiling2GM(ShaderProc proc, const char name[]) : fProc(proc) { 244 paint.setShader(fProc(gModes[kx], gModes[ky]))->unref();
|
| tilemodes_scaled.cpp | 207 ShaderProc fProc; 210 ScaledTiling2GM(ShaderProc proc, const char name[]) : fProc(proc) { 264 paint.setShader(fProc(gModes[kx], gModes[ky]))->unref();
|
| /external/chromium_org/third_party/skia/samplecode/ |
| SampleHairline.cpp | 176 HairProc fProc; 241 gProcs[fProcIndex].fProc(&c2, paint, bm);
|
| /external/skia/samplecode/ |
| SampleHairline.cpp | 176 HairProc fProc; 241 gProcs[fProcIndex].fProc(&c2, paint, bm);
|
| /external/chromium_org/third_party/skia/src/core/ |
| SkSpriteBlitter_RGB16.cpp | 281 fProc = SkBlitRow::Factory(flags, kRGB_565_SkColorType); 290 SkBlitRow::Proc proc = fProc; 302 SkBlitRow::Proc fProc;
|
| SkGlyphCache.cpp | 411 if (rec->fProc == proc) { 429 if (rec->fProc == proc) { 437 rec->fProc = proc; 446 rec->fProc(rec->fData);
|
| /external/skia/src/core/ |
| SkSpriteBlitter_RGB16.cpp | 281 fProc = SkBlitRow::Factory(flags, kRGB_565_SkColorType); 290 SkBlitRow::Proc proc = fProc; 302 SkBlitRow::Proc fProc;
|
| /external/chromium_org/third_party/skia/include/utils/ |
| SkDumpCanvas.h | 154 void (*fProc)(const char*, void*);
|