HomeSort by relevance Sort by last modified time
    Searched refs:bSrc (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/Windows/
PropVariant.h 21 CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_FALSE); };
34 CPropVariant& operator=(bool bSrc);
PropVariant.cpp 92 CPropVariant& CPropVariant::operator=(bool bSrc)
99 boolVal = bSrc ? VARIANT_TRUE : VARIANT_FALSE;
  /external/mesa3d/src/mesa/main/
pack.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 403 _variant_t(BYTE bSrc) throw();
446 _variant_t &operator=(BYTE bSrc);
579 inline _variant_t::_variant_t(BYTE bSrc) throw() {
581 V_UI1(this) = bSrc;
930 inline _variant_t &_variant_t::operator=(BYTE bSrc)
939 V_UI1(this) = bSrc;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 396 Bitmap bSrc = Bitmap.createBitmap(x, y, Bitmap.Config.ARGB_8888);
401 bSrc.setPixel(i, j, 9);
413 A.copyFrom(bSrc);
418 assertEquals(bSrc.getPixel(i, j), bDst.getPixel(i, j));

Completed in 136 milliseconds