Searched refs:fBytes (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfUtils.h38 size_t fBytes; member in struct:NotOwnedString
42 str->fBytes = 0;
47 str->fBytes = strlen(sz);
51 return strncmp((const char*)fBuffer, sz, fBytes) == 0 && fBytes == strlen(sz);
H A DSkPdfGraphicsState.h70 fColorSpace.fBytes = 7; // strlen("Pattern")
/external/skia/experimental/PdfViewer/
H A DSkPdfUtils.h38 size_t fBytes; member in struct:NotOwnedString
42 str->fBytes = 0;
47 str->fBytes = strlen(sz);
51 return strncmp((const char*)fBuffer, sz, fBytes) == 0 && fBytes == strlen(sz);
H A DSkPdfGraphicsState.h70 fColorSpace.fBytes = 7; // strlen("Pattern")
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp34 SkMemoryStream skstream(fStr.fBuffer, fStr.fBytes >> 2, false);
38 fStr.fBytes = (uncompressedData.bytesWritten() << 2) + kOwnedStreamBit +
88 fStr.fBytes = ((fStr.fBytes >> 1) << 1) + kFilteredStreamBit;
H A DSkPdfNativeObject.h196 fStr.fBytes = 0;
241 return fStr.fBytes;
507 obj->fStr.fBytes = 0;
530 return set(key->fStr.fBuffer, key->fStr.fBytes, value);
566 return get(key->fStr.fBuffer, key->fStr.fBytes);
611 return get(key->fStr.fBuffer, key->fStr.fBytes);
732 return fObjectType == kKeyword_PdfObjectType && fStr.fBytes == 1 && fStr.fBuffer[0] == 'R';
750 if (strlen(keyword) != fStr.fBytes) {
754 if (strncmp(keyword, (const char*)fStr.fBuffer, fStr.fBytes) != 0) {
773 fStr.fBytes
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp34 SkMemoryStream skstream(fStr.fBuffer, fStr.fBytes >> 2, false);
38 fStr.fBytes = (uncompressedData.bytesWritten() << 2) + kOwnedStreamBit +
88 fStr.fBytes = ((fStr.fBytes >> 1) << 1) + kFilteredStreamBit;
H A DSkPdfNativeObject.h196 fStr.fBytes = 0;
241 return fStr.fBytes;
507 obj->fStr.fBytes = 0;
530 return set(key->fStr.fBuffer, key->fStr.fBytes, value);
566 return get(key->fStr.fBuffer, key->fStr.fBytes);
611 return get(key->fStr.fBuffer, key->fStr.fBytes);
732 return fObjectType == kKeyword_PdfObjectType && fStr.fBytes == 1 && fStr.fBuffer[0] == 'R';
750 if (strlen(keyword) != fStr.fBytes) {
754 if (strncmp(keyword, (const char*)fStr.fBuffer, fStr.fBytes) != 0) {
773 fStr.fBytes
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h251 * Set a new length for a new sort key in the existing fBytes.
256 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
259 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
308 uint8_t *fBytes; member in struct:CollationKey::StackBufferOrFields::__anon12145
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h252 * Set a new length for a new sort key in the existing fBytes.
257 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
260 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
309 uint8_t *fBytes; member in struct:CollationKey::StackBufferOrFields::__anon21932
/external/chromium_org/third_party/skia/src/pipe/utils/
H A DSamplePipeControllers.h75 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
80 size_t fBytes; member in struct:ThreadSafePipeController::PipeBlock
H A DSamplePipeControllers.cpp112 reader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fBytes);
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.h75 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
80 size_t fBytes; member in struct:ThreadSafePipeController::PipeBlock
H A DSamplePipeControllers.cpp112 reader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fBytes);
/external/chromium_org/third_party/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp92 const size_t fBytes; member in class:__anon15322::PoolDiscardableMemory
101 , fBytes(bytes) {
104 SkASSERT(fBytes > 0);
164 SkASSERT(fUsed >= dm->fBytes);
165 fUsed -= dm->fBytes;
196 SkASSERT(fUsed >= dm->fBytes);
197 fUsed -= dm->fBytes;
/external/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp91 const size_t fBytes; member in class:__anon30735::PoolDiscardableMemory
100 , fBytes(bytes) {
103 SkASSERT(fBytes > 0);
163 SkASSERT(fUsed >= dm->fBytes);
164 fUsed -= dm->fBytes;
195 SkASSERT(fUsed >= dm->fBytes);
196 fUsed -= dm->fBytes;
/external/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp96 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
105 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
106 fUnion.fFields.fBytes = newBytes;
236 uprv_memcpy(result, fBytes, fCount);
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp96 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
105 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
106 fUnion.fFields.fBytes = newBytes;
236 uprv_memcpy(result, fBytes, fCount);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dgenrb.c99 uint8_t *fBytes; member in struct:ResFile
341 poolBundle.fBytes = (uint8_t *)uprv_malloc((poolFileSize + 15) & ~15);
342 if (poolFileSize > 0 && poolBundle.fBytes == NULL) {
348 int32_t bytesRead = T_FileStream_read(poolFile, poolBundle.fBytes, poolFileSize);
359 ds = udata_openSwapperForInputData(poolBundle.fBytes, bytesRead,
366 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
373 header = (const DataHeader *)poolBundle.fBytes;
427 uprv_free(poolBundle.fBytes);
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c114 uint8_t *fBytes; member in struct:ResFile
356 poolBundle.fBytes = (uint8_t *)uprv_malloc((poolFileSize + 15) & ~15);
357 if (poolFileSize > 0 && poolBundle.fBytes == NULL) {
363 int32_t bytesRead = T_FileStream_read(poolFile, poolBundle.fBytes, poolFileSize);
374 ds = udata_openSwapperForInputData(poolBundle.fBytes, bytesRead,
381 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
388 header = (const DataHeader *)poolBundle.fBytes;
442 uprv_free(poolBundle.fBytes);
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp466 if (data.fBytes != (unsigned int)cnt * 3) {
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp466 if (data.fBytes != (unsigned int)cnt * 3) {

Completed in 423 milliseconds