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

  /external/webkit/Source/WebKit/win/
WebKitGraphics.h 51 DWORD structSize;
WebKitGraphics.cpp 76 // the old WebTextRenderInfo that has a smaller structSize than the current one with the new text shadow data members.
79 DWORD structSize;
93 if (!info || info->structSize < sizeof(WebTextRenderInfoWithoutShadow) || !info->cgContext || !info->description)
111 if (info->structSize == sizeof(WebTextRenderInfo) &&
  /external/icu4c/common/
ucnv_bld.h 65 uint32_t structSize; /* +0: 4 Size of this structure */
94 uint32_t structSize; /* Size of this structure */
ucnv_bld.c 256 source->structSize != sizeof(UConverterStaticData))
299 data->impl->load(data, pArgs, raw + source->structSize, status);
    [all...]
icuplug.c 39 uint32_t structSize; /**< initialized to the size of this structure */
330 plug->structSize = sizeof(UPlugData);
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_stub.c 315 OMX_U32 structSize = 0;
338 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompParam);
339 RPC_SETFIELDCOPYGEN(pData, nPos, pCompParam, structSize);
383 OMX_U32 structSize = 0;
409 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompParam);
410 RPC_SETFIELDCOPYGEN(pData, nPos, pCompParam, structSize);
422 structSize);
461 OMX_U32 structSize = 0;
486 structSize = RPC_UTIL_GETSTRUCTSIZE(pCompConfig);
487 RPC_SETFIELDCOPYGEN(pData, nPos, pCompConfig, structSize);
    [all...]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 82 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);
117 unsigned structSize = 0;
118 if (needsUnimp(I, structSize)) {
122 TII->get(SP::UNIMP)).addImm(structSize);
305 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize)
321 StructSize = MO.getImm();
  /external/icu4c/tools/makeconv/
makeconv.c 51 data->sharedData.structSize=sizeof(UConverterSharedData);
52 data->staticData.structSize=sizeof(UConverterStaticData);
  /external/icu4c/tools/toolutil/
pkgitems.cpp 469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Intermediate.cpp 1037 size_t structSize = fields->size();
1040 for (size_t j = 0; j < structSize; j++) {
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c     [all...]

Completed in 201 milliseconds