HomeSort by relevance Sort by last modified time
    Searched defs:Dim (Results 26 - 37 of 37) sorted by null

12

  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 98 struct Dim;
129 struct Dim {
130 Dim () : x(0), y(0),
133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
145 bool operator==(const Dim& d) const {
151 bool operator!=(const Dim& d) const {
512 inline void Dim::dump() const {
513 ALOGE("== Dump Dim x=%d y=%d w=%d h=%d start/end ==", x, y, w, h);
554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop)
    [all...]
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.h 98 struct Dim;
129 struct Dim {
130 Dim () : x(0), y(0),
133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
145 bool operator==(const Dim& d) const {
151 bool operator!=(const Dim& d) const {
509 inline void Dim::dump() const {
510 ALOGE("== Dump Dim x=%d y=%d w=%d h=%d start/end ==", x, y, w, h);
551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop)
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 544 unsigned Dim = Indices.size();
546 if (Dim != SubRegs->getSize())
548 if (Dim < 2)
554 SmallVector<SetTheory::RecSet, 4> Lists(Dim);
555 for (unsigned i = 0; i != Dim; ++i) {
574 for (unsigned i = 0; i != Dim; ++i) {
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 111 unsigned Dim = EMT->getDim();
113 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char *)))
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 98 struct Dim;
152 bool getPositionS3D(const Whf& whf, Dim& out);
155 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
160 struct Dim {
161 Dim () : x(0), y(0),
164 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
167 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
176 bool operator==(const Dim& d) const {
182 bool operator!=(const Dim& d) const
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 95 struct Dim;
148 bool getPositionS3D(const Whf& whf, Dim& out);
151 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
156 struct Dim {
157 Dim () : x(0), y(0),
160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim& d) const
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 94 struct Dim;
148 bool getPositionS3D(const Whf& whf, Dim& out);
151 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
156 struct Dim {
157 Dim () : x(0), y(0),
160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim& d) const
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 351 milliseconds

12