Searched defs:Box (Results 1 – 11 of 11) sorted by relevance
| /external/chromium_org/tools/telemetry/telemetry/core/ |
| D | bitmaptools.cc | 30 struct Box { struct 31 Box() : left(), top(), right(), bottom() {} in Box() function 40 fprintf(stderr, "Could not parse Box.\n"); in Read() argument 52 void Union(int x, int y) { in Union() 59 int width() const { return right - left; } in width() 60 int height() const { return bottom - top; } in height() 62 int left; 63 int top; 64 int right; 65 int bottom;
|
| /external/chromium_org/third_party/sqlite/src/src/ |
| D | test_rtree.c | 27 struct Box { struct 28 double xmin; 29 double xmax; 30 double ymin; 31 double ymax;
|
| /external/chromium_org/third_party/angle/src/libGLESv2/ |
| D | angletypes.h | 57 struct Box struct 66 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) { } in Box() argument 67 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box() function
|
| /external/chromium_org/third_party/lcov/contrib/galaxy/ |
| D | conglomerate_functions.pl | 66 sub Box subroutine
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
| D | Box.java | 30 public interface Box { interface
|
| /external/chromium_org/net/quic/crypto/ |
| D | crypto_secret_boxer.cc | 43 string CryptoSecretBoxer::Box(QuicRandom* rand, StringPiece plaintext) const { in Box() function in net::CryptoSecretBoxer
|
| /external/clang/test/SemaCXX/ |
| D | warn-unused-value.cpp | 5 class Box { class
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| D | ShapeValue.h | 46 Box, enumerator
|
| /external/chromium_org/media/formats/mp4/ |
| D | box_reader.h | 23 struct MEDIA_EXPORT Box { struct
|
| /external/chromium_org/third_party/skia/src/animator/ |
| D | SkAnimatorScript.cpp | 91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) { in Box() function in SkAnimatorScript
|
| /external/skia/src/animator/ |
| D | SkAnimatorScript.cpp | 91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) { in Box() function in SkAnimatorScript
|