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

  /external/skia/src/images/
SkFlipPixelRef.cpp 15 fSize = SkBitmap::ComputeSize(config, width, height);
  /external/skia/legacy/src/images/
SkFlipPixelRef.cpp 15 fSize = SkBitmap::ComputeSize(config, width, height);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 361 /// ComputeSize - calculate the size of the block.
363 unsigned ComputeSize(AsmPrinter *AP);
DIE.cpp 323 /// ComputeSize - calculate the size of the block.
325 unsigned DIEBlock::ComputeSize(AsmPrinter *AP) {
DwarfCompileUnit.cpp 228 Block->ComputeSize(Asm);
    [all...]
  /external/skia/include/core/
SkBitmap.h 224 static size_t ComputeSize(Config, int width, int height);
  /external/skia/legacy/include/core/
SkBitmap.h 219 static size_t ComputeSize(Config, int width, int height);
    [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 226 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 227 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]

Completed in 1459 milliseconds