Searched refs:structSize (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebKitGraphics.h51 DWORD structSize; member in struct:WebTextRenderInfo
H A DWebKitGraphics.cpp76 // the old WebTextRenderInfo that has a smaller structSize than the current one with the new text shadow data members.
79 DWORD structSize; member in struct:WebTextRenderInfoWithoutShadow
93 if (!info || info->structSize < sizeof(WebTextRenderInfoWithoutShadow) || !info->cgContext || !info->description)
111 if (info->structSize == sizeof(WebTextRenderInfo) &&
/external/icu4c/common/
H A Ducnv_bld.h65 uint32_t structSize; /* +0: 4 Size of this structure */ member in struct:UConverterStaticData
94 uint32_t structSize; /* Size of this structure */ member in struct:UConverterSharedData
H A Ducnv_bld.c256 source->structSize != sizeof(UConverterStaticData))
299 data->impl->load(data, pArgs, raw + source->structSize, status);
1396 staticDataSize=ds->readUInt32(inStaticData->structSize);
1400 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
1415 ds->swapArray32(ds, &inStaticData->structSize, 4,
1416 &outStaticData->structSize, pErrorCode);
H A Dicuplug.c39 uint32_t structSize; /**< initialized to the size of this structure */ member in struct:UPlugData
330 plug->structSize = sizeof(UPlugData);
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp117 unsigned structSize = 0; local
118 if (needsUnimp(I, structSize)) {
122 TII->get(SP::UNIMP)).addImm(structSize);
/external/icu4c/tools/makeconv/
H A Dmakeconv.c51 data->sharedData.structSize=sizeof(UConverterSharedData);
52 data->staticData.structSize=sizeof(UConverterStaticData);
/external/icu4c/tools/toolutil/
H A Dpkgitems.cpp469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DIntermediate.cpp1037 size_t structSize = fields->size(); local
1040 for (size_t j = 0; j < structSize; j++) {
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c1916 EAS_U32 structSize; local
1930 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &structSize, EAS_FALSE)) != EAS_SUCCESS)
1932 pos += (EAS_I32) structSize;

Completed in 4655 milliseconds