Home
last modified time | relevance | path

Searched refs:is32bit (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.h64 bool is32bit() const { return m_bmpInfo.is32bit(); } in is32bit() function
DSharedBitmap.cpp308 …bmpInfo = BitmapInfo::createBottomUp(IntSize(copyWidth, copyHeight), (useAlpha && is32bit()) ? Bit… in clipBitmap()
333 …RefPtr<SharedBitmap> newBmp = create(IntSize(copyWidth, copyHeight), useAlpha && is32bit() ? Bitma… in clipBitmap()
419 bool useAlpha = op == CompositeSourceOver && hasAlpha() && is32bit(); in drawPattern()
DGraphicsContextWinCE.cpp293 if (bmp->is32bit() && (!m_bitmap || m_bitmap->is16bit())) { in getTransparentLayerBitmap()
325 ASSERT(bmp && bmp->bytes() && bmp->is32bit()); in paintBackTransparentLayerBitmap()
555 if (!m_bitmap || !m_bitmap->is32bit()) in fillAlphaChannel()
/external/webkit/Source/WebCore/platform/win/
DBitmapInfo.h52 bool is32bit() const { return bmiHeader.biBitCount == 32; } in is32bit() function
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c4739 Bool is32bit = typeOfIRExpr(irsb->tyenv, argL0 ) == Ity_I32; in do_trap() local
4741 IROp opAND = is32bit ? Iop_And32 : Iop_And64; in do_trap()
4742 IROp opOR = is32bit ? Iop_Or32 : Iop_Or64; in do_trap()
4743 IROp opCMPORDS = is32bit ? Iop_CmpORD32S : Iop_CmpORD64S; in do_trap()
4744 IROp opCMPORDU = is32bit ? Iop_CmpORD32U : Iop_CmpORD64U; in do_trap()
4745 IROp opCMPNE = is32bit ? Iop_CmpNE32 : Iop_CmpNE64; in do_trap()
4746 IROp opCMPEQ = is32bit ? Iop_CmpEQ32 : Iop_CmpEQ64; in do_trap()
4747 IRExpr* const0 = is32bit ? mkU32(0) : mkU64(0); in do_trap()
4748 IRExpr* const2 = is32bit ? mkU32(2) : mkU64(2); in do_trap()
4749 IRExpr* const4 = is32bit ? mkU32(4) : mkU64(4); in do_trap()
[all …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1413392 (KJS::JSImmediate::is32bit):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0694913 (WebCore::BitmapInfo::is32bit):
94940 (WebCore::BitmapInfo::is32bit):