Searched refs:Make (Results 1 - 25 of 117) sorted by relevance

12345

/external/stlport/
H A Dlibstlport.mk3 # Make sure bionic is first so we can include system headers.
/external/skia/gm/
H A Ddegeneratesegments.cpp37 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 Dfilltypespersp.cpp51 SkPoint center = SkPoint::Make(SkIntToScalar(100), SkIntToScalar(100));
76 SkPoint center = SkPoint::Make(SkIntToScalar(100),
H A Dtablecolorfilter.cpp46 SkShader* s = SkGradientShader::CreateRadial(SkPoint::Make(SkIntToScalar(W)/2,
102 return SkISize::Make(640, 480);
/external/opencv/
H A Dlibopencv.mk4 # Make sure bionic is first so we can include system headers.
/external/chromium/net/base/
H A Dnet_log_unittest.cc16 BoundNetLog net_log(BoundNetLog::Make(&log, NetLog::SOURCE_URL_REQUEST));
/external/skia/samplecode/
H A DSampleAnimatedGradient.cpp39 SkPoint p = SkPoint::Make(0,0);
40 SkPoint q = SkPoint::Make(100,100);
65 SkPoint s = SkPoint::Make(100,100);
/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/include/core/
H A DSkSize.h17 static SkTSize Make(T w, T h) { function in struct:SkTSize
80 static SkSize Make(SkScalar w, SkScalar h) { function in struct:SkSize
/external/skia/tests/
H A DPathCoverageTest.cpp114 path[1] = SkPoint::Make(SkIntToScalar(array[0]), SkIntToScalar(array[1]));
115 path[2] = SkPoint::Make(SkIntToScalar(array[2]), SkIntToScalar(array[3]));
120 path[2] = SkPoint::Make(SkIntToScalar(array[i]),
H A DDrawTextTest.cpp83 SkPoint point = SkPoint::Make(SkFloatToScalar(25.0f + offsetX),
/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.
H A Dllvm-device-build.mk54 # Make sure bionic is first so we can include system headers.
/external/skia/bench/
H A DChromeBench.cpp476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); }
H A DSkBenchmark.cpp75 return SkIPoint::Make(640, 480);
/external/libpng/scripts/
H A Dmakevms.com19 $ Make = ""
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
/external/clang/tools/driver/
H A DAndroid.mk90 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
/external/compiler-rt/make/
H A Doptions.mk22 # FIXME: Make this more portable. When that is done, it should probably be the
/external/skia/src/gpu/
H A DGrTesselatedPathRenderer.cpp36 GrVec tangent = GrVec::Make(p.fY - q.fY, q.fX - p.fX);
148 GrPoint p = GrPoint::Make(static_cast<float>(coords[0]),
248 *fVertices.append() = GrPoint::Make(static_cast<float>(coords[0]),
452 *vert++ = GrPoint::Make(bounds.fLeft, bounds.fTop);
453 *vert++ = GrPoint::Make(bounds.fLeft, bounds.fBottom);
454 *vert++ = GrPoint::Make(bounds.fRight, bounds.fBottom);
455 *vert++ = GrPoint::Make(bounds.fRight, bounds.fTop);
/external/libvpx/examples/includes/geshi/geshi/
H A Dbasic4gl.php21 * Make sure all the OpenGL and Basic4GL commands have been added and are complete.
H A Dqbasic.php28 * * Make sure all possible combinations of keywords with
H A Drebol.php29 * * Make sure the last few function I may have missed
/external/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm19 ;# Make the assumption that input will not be aligned,

Completed in 434 milliseconds

12345