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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/widevine/cdm/
widevine_cdm_version_h.target.darwin-mips.mk 13 # Make sure our deps are built first.
27 # Make sure our deps and generated files are built first.
widevine_cdm_version_h.target.darwin-x86.mk 13 # Make sure our deps are built first.
27 # Make sure our deps and generated files are built first.
widevine_cdm_version_h.target.linux-arm.mk 13 # Make sure our deps are built first.
27 # Make sure our deps and generated files are built first.
widevine_cdm_version_h.target.linux-mips.mk 13 # Make sure our deps are built first.
27 # Make sure our deps and generated files are built first.
widevine_cdm_version_h.target.linux-x86.mk 13 # Make sure our deps are built first.
27 # Make sure our deps and generated files are built first.
  /external/skia/gm/
bigtext.cpp 27 return SkISize::Make(640, 480);
dashcubics.cpp 28 return SkISize::Make(640, 480);
shallowgradient.cpp 50 return SkISize::Make(800, 800);
58 SkSize size = SkSize::Make(r.width(), r.height());
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 51 SkIPoint backgroundOffset = SkIPoint::Make(0, 0);
56 SkIPoint foregroundOffset = SkIPoint::Make(0, 0);
85 SkIPoint backgroundOffset = SkIPoint::Make(0, 0);
92 SkIPoint foregroundOffset = SkIPoint::Make(0, 0);
  /ndk/
GNUmakefile 18 # Check that we have at least GNU Make 3.81
23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
  /external/chromium_org/remoting/protocol/
input_event_tracker.cc 15 mouse_pos_(SkIPoint::Make(0, 0)),
77 mouse_pos_ = SkIPoint::Make(event.x(), event.y());
  /external/chromium_org/third_party/skia/include/core/
SkDeviceProperties.h 86 static Geometry Make(Orientation orientation, Layout layout) {
99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) {
SkSize.h 17 static SkTSize Make(T w, T h) {
78 static SkSize Make(SkScalar w, SkScalar h) {
  /external/protobuf/
autogen.sh 12 Could not find source code. Make sure you are running this script from the
generate_descriptor_proto.sh 5 # itself, they cannot be generated automatically by a make rule. "make check"
10 # to make when building protoc. This is particularly useful for passing
15 Could not find source code. Make sure you are running this script from the
30 make $@ protoc &&
  /external/skia/include/core/
SkDeviceProperties.h 86 static Geometry Make(Orientation orientation, Layout layout) {
99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) {
SkSize.h 17 static SkTSize Make(T w, T h) {
78 static SkSize Make(SkScalar w, SkScalar h) {
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 47 SkISize skPageSize = SkISize::Make(pageWidth, pageHeight);
48 SkISize skContentSize = SkISize::Make(contentRight - contentLeft, contentBottom - contentTop);
  /frameworks/compile/mclinker/
mcld-device-build.mk 26 # Make sure bionic is first so we can include system headers.
  /packages/inputmethods/PinyinIME/
Android.mk 22 # Make sure our dictionary file is not compressed, so we can read it with
  /external/skia/tools/
bbh_shootout.cpp 35 // Make fCpuTime negative so that we don't mess with stats:
64 static BenchmarkControl Make(size_t i) {
86 return SkISize::Make(256, 256);
92 return SkISize::Make(0, 0);
159 SkISize::Make(256, 256),
160 SkISize::Make(512, 512),
161 SkISize::Make(1024, 1024),
325 BenchmarkControl::Make(i),
  /external/chromium_org/remoting/client/
rectangle_update_decoder.cc 34 source_size_(SkISize::Make(0, 0)),
35 source_dpi_(SkIPoint::Make(0, 0)),
36 view_size_(SkISize::Make(0, 0)),
69 SkISize source_size = SkISize::Make(packet->format().screen_width(),
78 SkIPoint source_dpi(SkIPoint::Make(packet->format().x_dpi(),
  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 46 return SkISize::Make(rect.size.width, rect.size.height);
48 return SkISize::Make(0, 0);
131 SkISize size = SkISize::Make(CGDisplayModeGetWidth(mode),
  /external/skia/tests/
PathCoverageTest.cpp 114 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]),
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 74 dips_size_(SkISize::Make(0, 0)),
76 view_size_(SkISize::Make(0, 0)),
79 source_size_(SkISize::Make(0, 0)),
80 source_dpi_(SkIPoint::Make(0, 0)),
106 SkISize new_dips_size = SkISize::Make(pp_size.width(), pp_size.height());
128 view_size_ = SkISize::Make(

Completed in 1269 milliseconds

1 2 3 4 56 7 8 91011>>