Searched refs:Make (Results 126 - 150 of 1876) sorted by relevance

1234567891011>>

/external/skia/bench/
H A DChromeBench.cpp476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); }
H A DSkBenchmark.cpp62 return SkIPoint::Make(640, 480);
H A DBlurRoundRectBench.cpp38 return SkIPoint::Make(SkScalarCeilToInt(fRRect.rect().width()),
50 info.fOffset = SkPoint::Make(SkIntToScalar(-1), SkIntToScalar(0));
/external/skia/gm/
H A Dbigtext.cpp27 return SkISize::Make(640, 480);
H A Ddashcubics.cpp28 return SkISize::Make(640, 480);
H A Dmatrixconvolution.cpp36 SkPoint pts[2] = { SkPoint::Make(0, 0),
37 SkPoint::Make(0, SkIntToScalar(80)) };
58 SkISize kernelSize = SkISize::Make(3, 3);
88 SkIPoint target = SkIPoint::Make(1, 0);
H A Dshallowgradient.cpp50 return SkISize::Make(800, 800);
58 SkSize size = SkSize::Make(r.width(), r.height());
H A Dblurroundrect.cpp51 return SkISize::Make(SkScalarCeilToInt(fRRect.rect().width()),
63 info.fOffset = SkPoint::Make(SkIntToScalar(-1), SkIntToScalar(0));
110 return SkISize::Make(750, 750);
H A Ddeviceproperties.cpp43 SkDeviceProperties properties = SkDeviceProperties::Make(
44 SkDeviceProperties::Geometry::Make(SkDeviceProperties::Geometry::kVertical_Orientation,
/external/chromium_org/third_party/skia/include/core/
H A DSkDeviceProperties.h86 static Geometry Make(Orientation orientation, Layout layout) { function in struct:SkDeviceProperties::Geometry
99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) { function in struct:SkDeviceProperties
H A DSkSize.h17 static SkTSize Make(T w, T h) { function in struct:SkTSize
78 static SkSize Make(SkScalar w, SkScalar h) { function in struct:SkSize
/external/protobuf/
H A Dautogen.sh12 Could not find source code. Make sure you are running this script from the
H A Dgenerate_descriptor_proto.sh15 Could not find source code. Make sure you are running this script from the
/external/skia/dm/
H A DDMTileGridTask.cpp29 SkISize::Make(0,0), // Overlap between adjacent tiles.
30 SkIPoint::Make(0,0), // Offset.
/external/skia/include/core/
H A DSkDeviceProperties.h86 static Geometry Make(Orientation orientation, Layout layout) { function in struct:SkDeviceProperties::Geometry
99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) { function in struct:SkDeviceProperties
H A DSkSize.h17 static SkTSize Make(T w, T h) { function in struct:SkTSize
78 static SkSize Make(SkScalar w, SkScalar h) { function in struct:SkSize
/external/chromium_org/third_party/skia/src/effects/
H A DSkXfermodeImageFilter.cpp53 SkIPoint backgroundOffset = SkIPoint::Make(0, 0);
58 SkIPoint foregroundOffset = SkIPoint::Make(0, 0);
87 canvas.clipRect(SkRect::Make(foregroundBounds), SkRegion::kDifference_Op);
104 SkIPoint backgroundOffset = SkIPoint::Make(0, 0);
111 SkIPoint foregroundOffset = SkIPoint::Make(0, 0);
/external/skia/src/effects/
H A DSkXfermodeImageFilter.cpp53 SkIPoint backgroundOffset = SkIPoint::Make(0, 0);
58 SkIPoint foregroundOffset = SkIPoint::Make(0, 0);
87 canvas.clipRect(SkRect::Make(foregroundBounds), SkRegion::kDifference_Op);
104 SkIPoint backgroundOffset = SkIPoint::Make(0, 0);
111 SkIPoint foregroundOffset = SkIPoint::Make(0, 0);
/external/skia/tests/
H A DPathCoverageTest.cpp115 path[1] = SkPoint::Make(SkIntToScalar(array[0]), SkIntToScalar(array[1]));
116 path[2] = SkPoint::Make(SkIntToScalar(array[2]), SkIntToScalar(array[3]));
121 path[2] = SkPoint::Make(SkIntToScalar(array[i]),
/external/clang/
H A Dclang-host-build.mk11 # Make sure bionic is first so we can include system headers.
/external/llvm/
H A Dllvm-host-build.mk39 # Make sure bionic is first so we can include system headers.
/external/chromium_org/android_webview/
H A DAll.target.darwin-arm.mk13 # Make sure our deps are built first.
31 # Make sure our deps and generated files are built first.
H A DAll.target.darwin-mips.mk13 # Make sure our deps are built first.
31 # Make sure our deps and generated files are built first.
H A DAll.target.darwin-x86.mk13 # Make sure our deps are built first.
31 # Make sure our deps and generated files are built first.
H A DAll.target.linux-arm.mk13 # Make sure our deps are built first.
31 # Make sure our deps and generated files are built first.

Completed in 1964 milliseconds

1234567891011>>