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

1 2

  /external/chromium_org/third_party/skia/src/utils/
SkBitmapHasher.cpp 37 write_int32_to_buffer(SkToU32(bitmap.width()), &out);
38 write_int32_to_buffer(SkToU32(bitmap.height()), &out);
  /external/skia/src/utils/
SkBitmapHasher.cpp 37 write_int32_to_buffer(SkToU32(bitmap.width()), &out);
38 write_int32_to_buffer(SkToU32(bitmap.height()), &out);
  /external/chromium_org/third_party/skia/src/core/
SkWriteBuffer.cpp 44 fWriter.write32(SkToU32(size));
89 fWriter.writeInt(SkToU32(byteLength));
134 fWriter.write32(SkToU32(length));
148 buffer->writeUInt(SkToU32(data->size()));
320 fWriter.overwriteTAt(offset - sizeof(uint32_t), SkToU32(objSize));
SkDebug.cpp 39 uint32_t SkToU32(uintmax_t x) {
SkWriter32.cpp 50 *ptr = SkToU32(len);
SkDescriptor.h 47 entry->fLen = SkToU32(length);
SkFontDescriptor.cpp 28 const uint32_t length = SkToU32(stream->readPackedUInt());
SkPictureStateTree.cpp 33 draw->fOffset = SkToU32(offset);
84 n->fOffset = SkToU32(offset);
SkString.cpp 218 rec->fLength = SkToU32(len);
389 fRec->fLength = SkToU32(len);
397 fRec->fLength = SkToU32(len);
475 fRec->fLength = SkToU32(length + len);
SkPictureRecord.h 155 fWriter.writeInt(SkToU32(*size));
157 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size)));
  /external/skia/src/core/
SkWriteBuffer.cpp 44 fWriter.write32(SkToU32(size));
89 fWriter.writeInt(SkToU32(byteLength));
134 fWriter.write32(SkToU32(length));
148 buffer->writeUInt(SkToU32(data->size()));
320 fWriter.overwriteTAt(offset - sizeof(uint32_t), SkToU32(objSize));
SkDebug.cpp 39 uint32_t SkToU32(uintmax_t x) {
SkFontDescriptor.cpp 28 const uint32_t length = SkToU32(stream->readPackedUInt());
SkWriter32.cpp 50 *ptr = SkToU32(len);
SkDescriptor.h 47 entry->fLen = SkToU32(length);
SkPictureStateTree.cpp 33 draw->fOffset = SkToU32(offset);
83 n->fOffset = SkToU32(offset);
SkString.cpp 218 rec->fLength = SkToU32(len);
389 fRec->fLength = SkToU32(len);
397 fRec->fLength = SkToU32(len);
475 fRec->fLength = SkToU32(length + len);
SkPictureRecord.h 159 fWriter.writeInt(SkToU32(*size));
161 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size)));
SkPicture.cpp 424 buffer.writeUInt(SkToU32(size));
429 stream->write32(SkToU32(size));
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTUtils.cpp 106 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize));
115 nameTableEntry->logicalLength = SkEndian_SwapBE32(SkToU32(nameTableLogicalSize));
116 nameTableEntry->offset = SkEndian_SwapBE32(SkToU32(originalDataSize));
  /external/skia/src/sfnt/
SkOTUtils.cpp 106 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize));
115 nameTableEntry->logicalLength = SkEndian_SwapBE32(SkToU32(nameTableLogicalSize));
116 nameTableEntry->offset = SkEndian_SwapBE32(SkToU32(originalDataSize));
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 65 writer->write32(SkToU32(size));
722 fWriter.write32(SkToU32(count));
880 fWriter.write32(SkToU32(byteLength));
896 fWriter.write32(SkToU32(byteLength));
912 fWriter.write32(SkToU32(byteLength));
935 fWriter.write32(SkToU32(byteLength));
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 62 writer->write32(SkToU32(size));
709 fWriter.write32(SkToU32(count));
867 fWriter.write32(SkToU32(byteLength));
883 fWriter.write32(SkToU32(byteLength));
899 fWriter.write32(SkToU32(byteLength));
922 fWriter.write32(SkToU32(byteLength));
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 243 SK_API uint32_t SkToU32(uintmax_t);
253 #define SkToU32(x) ((uint32_t)(x))
  /external/skia/include/core/
SkTypes.h 243 SK_API uint32_t SkToU32(uintmax_t);
253 #define SkToU32(x) ((uint32_t)(x))

Completed in 409 milliseconds

1 2