/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
H A D | ImageDecodingStoreTest.cpp | 47 m_generator = ImageFrameGenerator::create(SkISize::Make(100, 100), m_data, true); 144 insertCache(SkISize::Make(1, 1)); 145 insertCache(SkISize::Make(2, 2)); 146 insertCache(SkISize::Make(3, 3)); 158 insertCache(SkISize::Make(1, 1)); 159 insertCache(SkISize::Make(2, 2)); 160 insertCache(SkISize::Make(3, 3)); 161 insertCache(SkISize::Make(4, 4)); 162 insertCache(SkISize::Make(5, 5)); 166 EXPECT_TRUE(isCacheAlive(SkISize::Make( [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
H A D | SkSizeHash.h | 49 static SkSize emptyValue() { return SkSize::Make(0, 0); } 52 slot = SkSize::Make(-1, -1); 73 static SkISize emptyValue() { return SkISize::Make(0, 0); } 76 slot = SkISize::Make(-1, -1);
|
/external/skia/gm/ |
H A D | degeneratesegments.cpp | 37 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); 43 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); 55 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); 62 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); 75 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); 82 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); 95 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); 102 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); 115 SkPoint endPt = startPt + SkPoint::Make(40*SK_Scalar1, 0); 121 SkPoint moveToPt = startPt + SkPoint::Make( [all...] |
H A D | stringart.cpp | 31 return SkISize::Make(kWidth, kHeight); 37 SkPoint center = SkPoint::Make(SkScalarHalf(kWidth), SkScalarHalf(kHeight)); 46 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
|
/external/opencv/ |
H A D | libopencv.mk | 4 # Make sure bionic is first so we can include system headers.
|
/external/chromium_org/third_party/skia/src/gpu/ |
H A D | GrOvalRenderer.cpp | 504 GrPoint center = GrPoint::Make(circle.centerX(), circle.centerY()); 562 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop); 563 verts[0].fOffset = SkPoint::Make(-outerRadius, -outerRadius); 567 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop); 568 verts[1].fOffset = SkPoint::Make(outerRadius, -outerRadius); 572 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom); 573 verts[2].fOffset = SkPoint::Make(-outerRadius, outerRadius); 577 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom); 578 verts[3].fOffset = SkPoint::Make(outerRadius, outerRadius); 617 GrPoint center = GrPoint::Make(ellips [all...] |
/external/skia/src/gpu/ |
H A D | GrOvalRenderer.cpp | 504 GrPoint center = GrPoint::Make(circle.centerX(), circle.centerY()); 562 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop); 563 verts[0].fOffset = SkPoint::Make(-outerRadius, -outerRadius); 567 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop); 568 verts[1].fOffset = SkPoint::Make(outerRadius, -outerRadius); 572 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom); 573 verts[2].fOffset = SkPoint::Make(-outerRadius, outerRadius); 577 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom); 578 verts[3].fOffset = SkPoint::Make(outerRadius, outerRadius); 617 GrPoint center = GrPoint::Make(ellips [all...] |
/external/chromium/net/base/ |
H A D | net_log_unittest.cc | 16 BoundNetLog net_log(BoundNetLog::Make(&log, NetLog::SOURCE_URL_REQUEST));
|
/external/chromium_org/jingle/ |
H A D | jingle_glue.target.darwin-arm.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|
H A D | jingle_glue.target.darwin-mips.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|
H A D | jingle_glue.target.darwin-x86.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|
H A D | jingle_glue.target.linux-arm.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|
H A D | jingle_glue.target.linux-mips.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|
H A D | jingle_glue.target.linux-x86.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|
/external/chromium_org/sandbox/ |
H A D | sandbox.target.darwin-mips.mk | 13 # Make sure our deps are built first. 19 # Make sure our deps and generated files are built first.
|
H A D | sandbox.target.linux-mips.mk | 13 # Make sure our deps are built first. 19 # Make sure our deps and generated files are built first.
|
/external/chromium_org/skia/ |
H A D | skia.target.darwin-arm.mk | 13 # Make sure our deps are built first. 20 # Make sure our deps and generated files are built first.
|
H A D | skia.target.darwin-mips.mk | 13 # Make sure our deps are built first. 20 # Make sure our deps and generated files are built first.
|
H A D | skia.target.darwin-x86.mk | 13 # Make sure our deps are built first. 20 # Make sure our deps and generated files are built first.
|
H A D | skia.target.linux-arm.mk | 13 # Make sure our deps are built first. 20 # Make sure our deps and generated files are built first.
|
H A D | skia.target.linux-mips.mk | 13 # Make sure our deps are built first. 20 # Make sure our deps and generated files are built first.
|
H A D | skia.target.linux-x86.mk | 13 # Make sure our deps are built first. 20 # Make sure our deps and generated files are built first.
|
/external/chromium_org/third_party/WebKit/Source/ |
H A D | config.target.darwin-arm.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|
H A D | config.target.darwin-mips.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|
H A D | config.target.darwin-x86.mk | 13 # Make sure our deps are built first. 18 # Make sure our deps and generated files are built first.
|