HomeSort by relevance Sort by last modified time
    Searched defs:image_size (Results 26 - 43 of 43) sorted by null

12

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 178 gfx::Size image_size = GetHandleImageSize(); variable
180 SkIntToScalar(image_size.width()) + 2 * kSelectionHandleHorizPadding,
181 SkIntToScalar(selection_rect_.height() + image_size.height() +
193 gfx::Size image_size = GetHandleImageSize();
194 int cursor_pos_x = image_size.width() / 2 - kSelectionHandleLineWidth +
234 gfx::Size image_size = GetHandleImageSize(); variable
235 return gfx::Size(image_size.width() + 2 * kSelectionHandleHorizPadding,
236 image_size.height() + selection_rect_.height() +
258 gfx::Size image_size = GetHandleImageSize(); local
261 rect.x() - image_size.width() / 2 - kSelectionHandleHorizPadding
310 gfx::Size image_size = GetHandleImageSize(); local
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1112 FT_ULong image_size; local
1118 image_size = FT_NEXT_ULONG( p );
1123 image_start = image_size * ( glyph_index - start );
1124 image_end = image_start + image_size;
1177 FT_ULong image_size, mm, num_glyphs; local
    [all...]
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 189 uint32_t image_size; member in struct:ObjectFilePECOFF::coff_opt_header
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttsbit.c 1011 FT_ULong image_size; local
1017 image_size = FT_NEXT_ULONG( p );
1022 image_start = image_size * ( glyph_index - start );
1023 image_end = image_start + image_size;
1078 FT_ULong image_size, mm, num_glyphs; local
1084 image_size = FT_NEXT_ULONG( p );
1107 image_start = image_size * mm;
1108 image_end = image_start + image_size;
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 434 int32_t image_size = 0; local
439 image_size = builder2->ImageSize();
445 image_size = builder5->ImageSize();
460 new_builder->SetImageSize(image_size);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 726 int image_size = m_pDIBSource->GetBPP() / 8 * m_pDIBSource->GetWidth() * m_pDIBSource->GetHeight(); local
727 if (image_size > FPDF_HUGE_IMAGE_SIZE && !(m_Flags & RENDER_FORCE_HALFTONE)) {
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 2518 int64 image_size; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 853 const uint64_t image_size = width * height; local
859 image_size + argb_scratch_size + (uint64_t)transform_data_size;
866 mem += image_size;
    [all...]
  /external/webp/src/enc/
vp8l.c 853 const uint64_t image_size = width * height; local
859 image_size + argb_scratch_size + (uint64_t)transform_data_size;
866 mem += image_size;
    [all...]
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 484 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL; local
485 mBuffer = ByteBuffer.allocate(image_size);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 630 gfx::Size image_size = image_view_->GetPreferredSize(); local
631 y -= image_size.height() + kOverlayImageBottomMargin;
632 image_view_->SetBounds(bounds.x(), y, bounds.width(), image_size.height());
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 492 /* image_size :: For index formats 2 and 5. This is the size in */
517 FT_ULong image_size; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 561 /* image_size :: For index formats 2 and 5. This is the size in */
586 FT_ULong image_size; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 1342 CvSize image_size; local
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 492 /* image_size :: For index formats 2 and 5. This is the size in */
517 FT_ULong image_size; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 492 /* image_size :: For index formats 2 and 5. This is the size in */
517 FT_ULong image_size; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/srec/srec/crec/
srec_context.c 3591 asr_int32_t image_size; member in struct:__anon34807
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 841 GLsizei image_size,
2012 uint32 image_size = 0; local
8147 GLsizei image_size = static_cast<GLsizei>(c.imageSize); local
    [all...]

Completed in 3340 milliseconds

12