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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 391 /// ComputeSize - calculate the size of the block.
393 unsigned DIEBlock::ComputeSize(AsmPrinter *AP) {
  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 46 : gfx::CanvasImageSource(ComputeSize(drop_image), false),
64 gfx::Size ComputeSize(const gfx::ImageSkia& drop_image) const {
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
  /art/runtime/
stack.h 62 static size_t ComputeSize(uint32_t num_vregs) {
70 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.cc 94 gfx::Size ComputeSize(const gfx::ImageSkia& icon,
108 : gfx::CanvasImageSource(ComputeSize(icon, icon_size, badge), false),
124 gfx::Size BadgeImageSource::ComputeSize(const gfx::ImageSkia& icon,
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h 85 static size_t ComputeSize(size_t num_results) {
189 static uint32 ComputeSize() {
258 static uint32 ComputeSize(const char* s) {
264 header.SetCmdByTotalSize<ValueType>(ComputeSize(s));
281 uint32 total_size = ComputeSize(_name);
315 static uint32 ComputeSize() {
370 static uint32 ComputeSize() {
439 static uint32 ComputeSize(const char* s) {
445 header.SetCmdByTotalSize<ValueType>(ComputeSize(s));
462 uint32 total_size = ComputeSize(_name)
    [all...]
gles2_cmd_format_autogen.h 17 static uint32 ComputeSize() {
51 static uint32 ComputeSize() {
89 static uint32 ComputeSize() {
145 static uint32 ComputeSize(uint32 data_size) {
192 static uint32 ComputeSize() {
235 static uint32 ComputeSize() {
273 static uint32 ComputeSize() {
311 static uint32 ComputeSize() {
349 static uint32 ComputeSize() {
387 static uint32 ComputeSize() {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 225 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 225 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]
  /art/oatdump/
oatdump.cc 154 size_t ComputeSize(const void* oat_data) {
    [all...]

Completed in 609 milliseconds