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

  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 49 : gfx::CanvasImageSource(ComputeSize(drop_image), false),
67 gfx::Size ComputeSize(const gfx::ImageSkia& drop_image) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 436 /// ComputeSize - calculate the size of the location expression.
438 unsigned DIELoc::ComputeSize(AsmPrinter *AP) const {
491 /// ComputeSize - calculate the size of the block.
493 unsigned DIEBlock::ComputeSize(AsmPrinter *AP) const {
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
  /art/runtime/
stack.h 125 static size_t ComputeSize(uint32_t num_vregs) {
133 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
  /external/chromium_org/chrome/browser/ui/views/profiles/
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 87 static size_t ComputeSize(size_t num_results) {
210 static uint32 ComputeSize() {
266 static uint32 ComputeSize() {
340 static uint32_t ComputeSize() {
350 SetHeader(ComputeSize());
361 const uint32_t size = ComputeSize();
gles2_cmd_format_autogen.h 20 static uint32_t ComputeSize() {
52 static uint32_t ComputeSize() {
88 static uint32_t ComputeSize() {
132 static uint32_t ComputeSize() {
168 static uint32_t ComputeSize() {
204 static uint32_t ComputeSize() {
241 static uint32_t ComputeSize() {
277 static uint32_t ComputeSize() {
324 static uint32_t ComputeSize() {
356 static uint32_t ComputeSize() {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 136 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 136 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]
  /art/oatdump/
oatdump.cc 254 size_t ComputeSize(const void* oat_data) {
    [all...]

Completed in 2465 milliseconds