HomeSort by relevance Sort by last modified time
    Searched refs:toInt (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.cpp 142 fprintf(stderr, "RenderGeometryMap::dumpSteps accumulatedOffset=%d,%d\n", m_accumulatedOffset.width().toInt(), m_accumulatedOffset.height().toInt());
144 fprintf(stderr, " [%d] %s: offset=%d,%d", i, m_mapping[i].m_renderer->debugName().ascii().data(), m_mapping[i].m_offset.width().toInt(), m_mapping[i].m_offset.height().toInt());
248 // fprintf(stderr, "RenderGeometryMap::push %p %d,%d isNonUniform=%d\n", renderer, offsetFromContainer.width().toInt(), offsetFromContainer.height().toInt(), isNonUniform);
  /external/chromium_org/third_party/skia/debugger/QT/
SkSettingsWidget.h 53 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
SkListWidget.cpp 60 int indent = index.data(Qt::UserRole + 3).toInt();
  /external/skia/debugger/QT/
SkSettingsWidget.h 53 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
SkListWidget.cpp 60 int indent = index.data(Qt::UserRole + 3).toInt();
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.cpp 264 int value1 = digits1.toInt();
291 int value2 = digits2.toInt();
305 value3 = digits3.toInt();
HTMLTextAreaElement.cpp 158 int rows = value.toInt();
167 int cols = value.toInt();
450 int value = getAttribute(maxlengthAttr).toInt(&ok);
HTMLIFrameElement.cpp 65 if (!value.toInt()) {
HTMLFrameSetElement.cpp 100 m_border = value.toInt();
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 68 int toInt(const CharType* attribute, bool& isValid)
172 int resourceWidth = it->toInt(attribute, isValid);
181 int resourceHeight = it->toInt(attribute, isValid);
  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 95 int toInt() const { return m_value / kFixedPointDenominator; }
107 unsigned toUnsigned() const { REPORT_OVERFLOW(m_value >= 0); return toInt(); }
109 operator int() const { return toInt(); }
145 return toInt();
783 return value.toInt() == value;
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 68 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps])))
274 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool])))
282 genConversionCases([inVec2, inVec3, inVec4, inIVec2, inIVec3, inIVec4, inBVec2, inBVec3, inBVec4], [toFloat, toInt, toBool])))
genutil.py 94 def toInt(lst): return [Scalar(int(v.x)) for v in lst]
99 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
100 def toIVec3(lst): return [v.toInt().toVec3() for v in lst]
101 def toIVec2(lst): return [v.toInt().toVec2() for v in lst]
212 def toInt(self): return Scalar(int(self.x))
326 def toInt(self): return Vec2(int(self.x), int(self.y))
412 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z))
505 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w))
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflateFramer.cpp 88 windowBits = parameter->value.toInt();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 257 int hi = UnsignedBytes.toInt(shortData[i*2 + 0]);
258 int lo = UnsignedBytes.toInt(shortData[i*2 + 1]);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 886 nthA = argument.substring(0, n).toInt();
890 nthA = argument.substring(0, n).toInt();
895 nthB = argument.substring(p + 1, argument.length() - p - 1).toInt();
899 nthB = -argument.substring(p + 1, argument.length() - p - 1).toInt();
902 nthB = argument.toInt();
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 68 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps])))
300 genConversionCases([inFloat, inInt, inUint, inBool], [toFloat, toInt, toBool]) +\
310 genConversionCases([inVec2, inVec3, inVec4, inIVec2, inIVec3, inIVec4, inUVec2, inUVec3, inUVec4, inBVec2, inBVec3, inBVec4], [toFloat, toInt, toBool]) +\
genutil.py 94 def toInt(lst): return [Scalar(int(v.x)) for v in lst]
100 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
101 def toIVec3(lst): return [v.toInt().toVec3() for v in lst]
102 def toIVec2(lst): return [v.toInt().toVec2() for v in lst]
234 def toInt(self): return Scalar(int(self.x))
387 def toInt(self): return Vec2(int(self.x), int(self.y))
498 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z))
618 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w))
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsActivity.java 445 private static int toInt(boolean enabled) {
450 return Global.getInt(getContentResolver(), key, toInt(true)) == ENABLED;
457 Global.putInt(getContentResolver(), key, toInt(value));
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 121 int toInt(bool* ok = 0) const { return m_string.toInt(ok); }
  /external/deqp/modules/gles31/scripts/
genutil.py 94 def toInt(lst): return [Scalar(int(v.x)) for v in lst]
100 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
101 def toIVec3(lst): return [v.toInt().toVec3() for v in lst]
102 def toIVec2(lst): return [v.toInt().toVec2() for v in lst]
234 def toInt(self): return Scalar(int(self.x))
389 def toInt(self): return Vec2(int(self.x), int(self.y))
500 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z))
620 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w))
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.cpp 213 return m_typeAheadBuffer.toString().toInt();
  /external/chromium_org/third_party/WebKit/Source/core/page/
WindowFeatures.cpp 135 value = valueString.toInt();
  /external/llvm/include/llvm/Support/
ScaledNumber.h 542 template <class IntT> IntT toInt() const;
680 uint64_t RoundTrip = Scaled.template toInt<uint64_t>();
771 return (get(N) * *this).template toInt<uint64_t>();
779 IntT ScaledNumber<DigitsT>::toInt() const {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 141 tmp = s.toInt();

Completed in 1695 milliseconds

1 2 34 5 6 7