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 50 : gfx::CanvasImageSource(ComputeSize(drop_image), false),
68 gfx::Size ComputeSize(const gfx::ImageSkia& drop_image) const {
  /external/chromium_org/content/browser/android/
overscroll_glow.cc 61 gfx::SizeF ComputeSize(OverscrollGlow::Edge edge,
159 ComputeSize(edge, display_params_.size),
  /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...]
  /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) {
229 static uint32_t ComputeSize() {
239 SetHeader(ComputeSize());
250 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...]
  /art/runtime/
stack.h 126 static size_t ComputeSize(uint32_t num_vregs) {
134 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
  /external/skia/src/core/
SkBitmap.cpp 136 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]
  /art/oatdump/
oatdump.cc 260 size_t ComputeSize(const void* oat_data) {
    [all...]

Completed in 292 milliseconds