HomeSort by relevance Sort by last modified time
    Searched refs:Make (Results 1 - 25 of 2056) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
ImageDecodingStoreTest.cpp 46 m_generator = ImageFrameGenerator::create(SkISize::Make(100, 100), m_data, true);
143 insertCache(SkISize::Make(1, 1));
144 insertCache(SkISize::Make(2, 2));
145 insertCache(SkISize::Make(3, 3));
157 insertCache(SkISize::Make(1, 1));
158 insertCache(SkISize::Make(2, 2));
159 insertCache(SkISize::Make(3, 3));
160 insertCache(SkISize::Make(4, 4));
161 insertCache(SkISize::Make(5, 5));
165 EXPECT_TRUE(isCacheAlive(SkISize::Make(3, 3)))
    [all...]
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);
  /ndk/sources/host-tools/make-3.81/
configure.bat 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
20 echo Configuring MAKE for DJGPP
38 rem Do they have Make?
39 redir -o junk.$$$ -eo make -n -f NUL
40 rem REDIR will return 1 if it cannot run Make.
41 rem If it can run Make, it will usually return 2,
46 echo No Make program found--use DOSBUILD.BAT to build Make.
    [all...]
subproc.bat 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
21 set MAKE=%2
23 if x%2 == x set MAKE=nmake
24 %MAKE% /f %MAKEFILE%
  /external/chromium_org/remoting/host/
resizing_host_observer_unittest.cc 143 new FakeDesktopResizer(SkISize::Make(640, 480), true, NULL, 0));
155 SkISize::Make(639, 479), SkISize::Make(640, 480) };
157 new FakeDesktopResizer(SkISize::Make(640, 480), false,
173 new FakeDesktopResizer(SkISize::Make(200, 100), false,
188 new FakeDesktopResizer(SkISize::Make(480, 640), false,
205 new FakeDesktopResizer(SkISize::Make(640, 480), false,
219 new FakeDesktopResizer(SkISize::Make(640, 480), true, NULL, 0);
227 EXPECT_EQ(GetBestSize(SkISize::Make(100, 100)), SkISize::Make(100, 100))
    [all...]
remote_input_filter_unittest.cc 70 input_filter.LocalMouseMoved(SkIPoint::Make(1, 1));
85 input_filter.LocalMouseMoved(SkIPoint::Make(0, 0));
100 input_filter.LocalMouseMoved(SkIPoint::Make(0, 0));
102 input_filter.LocalMouseMoved(SkIPoint::Make(1, 1));
123 input_filter.LocalMouseMoved(SkIPoint::Make(0, 0));
125 input_filter.LocalMouseMoved(SkIPoint::Make(1, 1));
mouse_clamping_filter.cc 27 SkISize screen_size = SkISize::Make(video_packet->format().screen_width(),
  /external/skia/gm/
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(0, 10*SK_Scalar1)
    [all...]
  /external/chromium_org/remoting/protocol/
mouse_input_filter_unittest.cc 59 mouse_filter.set_output_size(SkISize::Make(50,50));
71 mouse_filter.set_input_size(SkISize::Make(50,50));
83 mouse_filter.set_output_size(SkISize::Make(40,40));
84 mouse_filter.set_input_size(SkISize::Make(40,40));
111 mouse_filter.set_output_size(SkISize::Make(80,80));
112 mouse_filter.set_input_size(SkISize::Make(40,40));
139 mouse_filter.set_output_size(SkISize::Make(30,30));
140 mouse_filter.set_input_size(SkISize::Make(40,40));
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 338 GrPoint center = GrPoint::Make(circle.centerX(), circle.centerY());
397 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
398 verts[0].fOffset = SkPoint::Make(-outerRadius, -outerRadius);
402 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
403 verts[1].fOffset = SkPoint::Make(outerRadius, -outerRadius);
407 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
408 verts[2].fOffset = SkPoint::Make(-outerRadius, outerRadius);
412 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
413 verts[3].fOffset = SkPoint::Make(outerRadius, outerRadius);
449 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY())
    [all...]
  /external/opencv/
libopencv.mk 4 # Make sure bionic is first so we can include system headers.
  /external/skia/src/gpu/
GrOvalRenderer.cpp 338 GrPoint center = GrPoint::Make(circle.centerX(), circle.centerY());
397 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
398 verts[0].fOffset = SkPoint::Make(-outerRadius, -outerRadius);
402 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
403 verts[1].fOffset = SkPoint::Make(outerRadius, -outerRadius);
407 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
408 verts[2].fOffset = SkPoint::Make(-outerRadius, outerRadius);
412 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
413 verts[3].fOffset = SkPoint::Make(outerRadius, outerRadius);
449 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY())
    [all...]
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 7 # Make sure every package name gets the FrameworkCoreTests_ prefix.
  /external/chromium/net/base/
net_log_unittest.cc 16 BoundNetLog net_log(BoundNetLog::Make(&log, NetLog::SOURCE_URL_REQUEST));
  /external/chromium_org/jingle/
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.
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.
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.
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.
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.
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/
sandbox.target.darwin-arm.mk 13 # Make sure our deps are built first.
20 # Make sure our deps and generated files are built first.
sandbox.target.darwin-mips.mk 13 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
sandbox.target.darwin-x86.mk 13 # Make sure our deps are built first.
20 # Make sure our deps and generated files are built first.
sandbox.target.linux-arm.mk 13 # Make sure our deps are built first.
20 # Make sure our deps and generated files are built first.
sandbox.target.linux-mips.mk 13 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.

Completed in 300 milliseconds

1 2 3 4 5 6 7 8 91011>>