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

  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 49 FILENULL* ResData = (FILENULL*) iohandler ->stream;
52 ResData -> Pointer += len;
61 FILENULL* ResData = (FILENULL*) iohandler ->stream;
63 ResData ->Pointer = offset;
70 FILENULL* ResData = (FILENULL*) iohandler ->stream;
71 return ResData -> Pointer;
77 FILENULL* ResData = (FILENULL*) iohandler ->stream;
79 ResData ->Pointer += size;
80 if (ResData ->Pointer > iohandler->UsedSpace)
81 iohandler->UsedSpace = ResData ->Pointer
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 371 ResourceData resData;
373 res_read(&resData, pInfo, inBytes, length, pErrorCode);
385 if(!resData.noFallback) {
393 if(resData.usesPoolBundle) {
422 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
423 resData.poolBundleKeys=(const char *)(poolIndexes+poolIndexLength);
424 resData.poolBundleStrings=(const uint16_t *)(poolRoot+poolIndexes[URES_INDEX_KEYS_TOP]);
432 itemName, &resData,
433 resData.rootRes, NULL, NULL, 0,
  /toolchain/binutils/binutils-2.25/binutils/
rescoff.c 317 const bfd_byte *resdata;
333 resdata = flaginfo->data + (rva - flaginfo->secaddr);
335 if (size > (rc_uint_type) (flaginfo->data_end - resdata))
338 r = bin_to_res (wrbfd, *type, resdata, size);
316 const bfd_byte *resdata; local
  /external/icu/icu4c/source/common/
uresbund.cpp     [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 627 vector<deUint8> resData (width*height*bufferFmt.texFmt.getPixelSize());
630 tcu::PixelBufferAccess resAccess (bufferFmt.texFmt, width, height, 1, &resData[0]);

Completed in 240 milliseconds