/external/skia/samplecode/ |
D | SampleHairModes.cpp | 34 const int gHeight = 64; variable 36 const SkScalar H = SkIntToScalar(gHeight); 55 SkScalar y = SkScalarSin(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) * gHeight; in drawCell()
|
D | SampleTiling.cpp | 55 static const int gHeight = 32; variable 66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight); in TilingView() 86 SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(gHeight*2) }; in onDrawContent()
|
D | SampleAARectModes.cpp | 34 const int gHeight = 64; variable 36 const SkScalar H = SkIntToScalar(gHeight);
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleHairModes.cpp | 34 const int gHeight = 64; variable 36 const SkScalar H = SkIntToScalar(gHeight); 55 SkScalar y = SkScalarSin(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) * gHeight; in drawCell()
|
D | SampleTiling.cpp | 55 static const int gHeight = 32; variable 66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight); in TilingView() 86 SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(gHeight*2) }; in onDrawContent()
|
D | SampleAARectModes.cpp | 34 const int gHeight = 64; variable 36 const SkScalar H = SkIntToScalar(gHeight);
|
/external/chromium_org/third_party/skia/gm/ |
D | tilemodes.cpp | 159 static const int gHeight = 32; variable 163 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm() 168 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(gWidth), SkIntToScalar(gHeight)} }; in make_grad() 169 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; in make_grad() 211 const SkScalar h = SkIntToScalar(gHeight); in onDraw()
|
D | hairmodes.cpp | 32 const int gHeight = 64; variable 34 const SkScalar H = SkIntToScalar(gHeight); 53 SkScalar y = SkScalarSin(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) * gHeight; in drawCell()
|
D | tilemodes_scaled.cpp | 179 static const int gHeight = 32; variable 183 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm() 188 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(gWidth), SkIntToScalar(gHeight)} }; in make_grad() 189 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; in make_grad() 231 const SkScalar h = SkIntToScalar(gHeight); in onDraw()
|
D | aarectmodes.cpp | 79 const int gHeight = 64; variable 81 const SkScalar H = SkIntToScalar(gHeight);
|
/external/skia/gm/ |
D | tilemodes.cpp | 157 static const int gHeight = 32; variable 161 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm() 166 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(gWidth), SkIntToScalar(gHeight)} }; in make_grad() 167 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; in make_grad() 209 const SkScalar h = SkIntToScalar(gHeight); in onDraw()
|
D | hairmodes.cpp | 32 const int gHeight = 64; variable 34 const SkScalar H = SkIntToScalar(gHeight); 53 SkScalar y = SkScalarSin(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) * gHeight; in drawCell()
|
D | tilemodes_scaled.cpp | 177 static const int gHeight = 32; variable 181 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm() 186 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(gWidth), SkIntToScalar(gHeight)} }; in make_grad() 187 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; in make_grad() 229 const SkScalar h = SkIntToScalar(gHeight); in onDraw()
|
D | aarectmodes.cpp | 79 const int gHeight = 64; variable 81 const SkScalar H = SkIntToScalar(gHeight);
|
/external/chromium_org/third_party/skia/tests/ |
D | ResourceCacheTest.cpp | 17 static const int gHeight = 480; variable 23 const SkIRect size = SkIRect::MakeWH(gWidth, gHeight); in test_cache() 299 desc.fHeight = gHeight; in DEF_GPUTEST() 300 SkImageInfo info = SkImageInfo::MakeN32Premul(gWidth, gHeight); in DEF_GPUTEST()
|
D | DeferredCanvasTest.cpp | 27 static const int gHeight = 2; variable 30 bm->allocN32Pixels(gWidth, gHeight); in create() 35 SkSurface* surface = SkSurface::NewRasterPMColor(gWidth, gHeight); in createSurface() 258 SkIntToScalar(gHeight)); in TestDeferredCanvasFreshFrame() 844 rect.setXYWH(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(gWidth), SkIntToScalar(gHeight)); in TestDeferredCanvasGetCanvasSize() 849 SkISize size = SkISize::Make(gWidth, gHeight); in TestDeferredCanvasGetCanvasSize()
|
D | DrawBitmapRectTest.cpp | 290 static const int gHeight = 256; variable 293 bm->allocN32Pixels(gWidth, gHeight); in create()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetSegGraph.py | 227 gWidth, gHeight = self.GetSize() 232 Marker.CalcCoord(step, gHeight, self.GetAColor) 257 Marker1.iHeight = gHeight / iOverlaps 331 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3) 350 gWidth, gHeight = self.GetSize() 356 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
|
/external/skia/tests/ |
D | ResourceCacheTest.cpp | 16 static const int gHeight = 480; variable 22 const SkIRect size = SkIRect::MakeWH(gWidth, gHeight); in test_cache() 297 desc.fHeight = gHeight; in DEF_GPUTEST()
|
D | DrawBitmapRectTest.cpp | 291 static const int gHeight = 256; variable 294 bm->allocN32Pixels(gWidth, gHeight); in create()
|
D | DeferredCanvasTest.cpp | 27 static const int gHeight = 2; variable 30 bm->allocN32Pixels(gWidth, gHeight); in create() 35 SkSurface* surface = SkSurface::NewRasterPMColor(gWidth, gHeight); in createSurface() 275 SkIntToScalar(gHeight)); in TestDeferredCanvasFreshFrame()
|