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

  /frameworks/base/libs/hwui/
PixelBuffer.h 144 return mWidth * mHeight * formatSize(mFormat);
151 return (y * mWidth + x) * formatSize(mFormat);
161 static uint32_t formatSize(GLenum format) {
RenderBuffer.h 120 return (uint32_t) ((mWidth * mHeight * formatSize(mFormat)) / 8.0f + 0.5f);
127 static uint32_t formatSize(GLenum format) {
PixelBuffer.cpp 53 , mBuffer(new uint8_t[width * height * formatSize(format)]) {
FontRenderer.cpp 338 const size_t formatSize = PixelBuffer::formatSize(GL_RGBA);
339 const size_t borderSize = formatSize * TEXTURE_BORDER_SIZE;
340 size_t rowSize = formatSize * glyph.fWidth;
342 size_t dstStride = formatSize * cacheWidth;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StoragePreference.java 55 setSummary(formatSize(getContext(), size));
58 public static String formatSize(Context context, long size) {
  /external/aac/libSYS/include/
wav_file.h 144 UINT formatSize;
  /external/aac/libSYS/src/
wav_file.cpp 157 FDKfread_EL(&wav->header.formatSize, 4, 1, wav->fp); /* should be 16 for PCM-format (uncompressed) */
168 offset = wav->header.formatSize - 16;
199 FDKfread(&wav->header.formatSize, 1, 1, wav->fp);
413 wav->header.formatSize = LittleEndian32(16);
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 122 self.nextTableOffset = self.directorySize + numTables * self.DirectoryEntry.formatSize
344 sstruct.unpack(self.format, file.read(self.formatSize), self)
382 formatSize = sfntDirectoryEntrySize
387 formatSize = woffDirectoryEntrySize
  /frameworks/base/libs/hwui/font/
CacheTexture.h 107 return (y * getWidth() + x) * PixelBuffer::formatSize(mFormat);
Font.cpp 214 uint32_t formatSize = PixelBuffer::formatSize(pixelBuffer->getFormat());
217 uint32_t srcStride = formatSize * cacheWidth;
229 cacheY + (glyph->mStartX + i)*formatSize + alpha_channel_offset];
  /frameworks/base/tools/aapt2/util/
Util.h 131 inline ::std::function<::std::ostream&(::std::ostream&)> formatSize(size_t size) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
StorageResetFragment.java 248 StoragePreference.formatSize(getContext(), path.getTotalSpace()));
  /external/mesa3d/src/mesa/swrast/
s_blit.c 218 GLint formatSize = _mesa_get_format_bytes(readRb->Format);
229 srcMap = map + srcYpos * rowStride + srcXpos * formatSize;
230 dstMap = map + dstYpos * rowStride + dstXpos * formatSize;

Completed in 390 milliseconds