HomeSort by relevance Sort by last modified time
    Searched refs:pMask (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 30 Flags operator&(int pMask) const { return Flags(m_Data & pMask); }
32 Flags operator&(unsigned int pMask) const { return Flags(m_Data & pMask); }
34 Flags operator&(Enum pMask) const { return Flags(m_Data & pMask); }
36 Flags& operator&=(unsigned int pMask) {
37 m_Data &= pMask;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.cpp 46 unsigned char* pMask = NULL;
48 pMask = static_cast<unsigned char*>(env->GetDirectBufferAddress(maskBuffer));
53 if(pMask == NULL) {
59 if(*pMask == 0){
60 pMask += 4;
64 pMask += 4;
  /external/pdfium/core/fxge/
cfx_fxgedevice.h 35 const CFX_DIBSource* pMask,
ifx_renderdevicedriver.cpp 95 const CFX_DIBSource* pMask,
ifx_renderdevicedriver.h 101 const CFX_DIBSource* pMask,
cfx_renderdevice.h 225 const CFX_DIBSource* pMask,
fx_dib.h 346 const CFX_DIBSource* pMask,
357 const CFX_DIBSource* pMask,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocationFunctions.h 24 T1 ApplyMask(T2 pMask, T1 pData) {
30 const bool maskBit = (pMask >> bit) & 1;
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 469 const CFX_DIBSource* pMask,
479 ASSERT(pMask->IsAlphaMask());
480 if (!HasAlpha() || !pMask->IsAlphaMask() || m_bpp < 24) {
483 GetOverlapRect(dest_left, dest_top, width, height, pMask->GetWidth(),
484 pMask->GetHeight(), src_left, src_top, nullptr);
488 int src_bpp = pMask->GetBPP();
520 const uint8_t* src_scan = pMask->GetScanline(src_top + row);
548 const uint8_t* src_scan = pMask->GetScanline(src_top + row);
617 auto pMask = pdfium::MakeUnique<CFX_DIBitmap>();
618 if (!pMask->Create(rect.Width(), rect.Height(), FXDIB_8bppMask)
    [all...]
fx_dib_composite.cpp     [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.h 85 uint32_t pMask;
AudioResamplerSinc.cpp 97 c->pMask = ((1<< pLerpBits)-1) << c->pShift;
134 c->pMask = ((1<<pLerpBits)-1) << c->pShift;
411 const int32_t ONE = c.cMask | c.pMask;
413 uint32_t lerpP = ( phase & c.pMask) >> c.pShift;
415 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift;
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 94 const CFX_DIBSource* pMask,
128 const CFX_DIBSource* pMask,
fx_skia_device.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 500 Value* pMask = LOAD(ppMask);
503 pMask = MASK(pMask);
506 pMask = AND(pMask, pTest);
509 pMask = VMASK(pMask);
512 STORE(pMask, ppMask);
534 PointerType::get(mSimdInt32Ty, 0), // simdscalari* pMask
563 ppMask->setName("pMask");
    [all...]
fetch_jit.cpp 84 void CreateGatherOddFormats(SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4]);
243 std::vector<Constant*> pMask(mVWidth);
246 pMask[i] = (C(i < 4 ? i : 4));
248 Constant* promoteMask = ConstantVector::get(pMask);
571 void FetchJit::CreateGatherOddFormats(SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4])
605 Value* pLaneMask = VEXTRACT(pMask, C(e));
799 Value* pMask = vGatherMask;
    [all...]
builder_misc.cpp     [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 85 uchar* pMask, int maskStep,
92 uchar* mask = pMask + maskStep * (seed.y + 1);
104 mask = pMask + seed.y*maskStep;
146 mask = pMask + (YC + flag) * maskStep;
207 uchar* pMask, int maskStep,
212 uchar* mask = pMask + maskStep * rect.y + rect.x;
  /external/opencv/cv/src/
cvfloodfill.cpp 373 icvFloodFill_Grad_8u_CnIR( uchar* pImage, int step, uchar* pMask, int maskStep,
379 uchar* mask = (pMask += maskStep + 1) + maskStep*seed.y;
482 mask = pMask + (YC + dir) * maskStep;
570 mask = pMask + (YC + dir) * maskStep;
679 icvFloodFill_Grad_32f_CnIR( float* pImage, int step, uchar* pMask, int maskStep,
685 uchar* mask = (pMask += maskStep + 1) + maskStep*seed.y;
788 mask = pMask + (YC + dir) * maskStep;
877 mask = pMask + (YC + dir) * maskStep;
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 481 CPDF_Object* pMask = m_pDict->GetDirectObjectFor("Mask");
482 if (!pMask) {
485 if (CPDF_Array* pArray = pMask->AsArray()) {
    [all...]
cpdf_renderstatus.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
aclui.h 141 STDMETHOD (MapGeneric) (THIS_ const GUID *pguidObjectType, UCHAR *pAceFlags, ACCESS_MASK *pMask) PURE;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 55 static uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) {
56 return (pA & ~pMask) | (pB & pMask);
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 838 const CFX_DIBSource* pMask,
843 return m_pDeviceDriver->SetBitsWithMask(pBitmap, pMask, left, top,
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]

Completed in 1451 milliseconds

1 2