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

  /external/chromium_org/skia/ext/
convolver_unittest.cc 100 int dest_height = src_height / 2; local
101 int dest_byte_count = dest_width * dest_height * 4;
113 FillBoxFilter(dest_height, &filter_y);
121 for (int y = 0; y < dest_height; y++) {
218 unsigned int dest_height) {
230 for (unsigned int p = 0; p < dest_height; ++p) {
231 unsigned int offset = source_height * p / dest_height;
241 result_c.allocN32Pixels(dest_width, dest_height);
242 result_sse.allocN32Pixels(dest_width, dest_height);
287 << " to:" << dest_width << "x" << dest_height
326 unsigned int dest_height = dest_sizes[j][1]; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 186 float dest_height = fOrigBitmap.height() / invScaleY; local
198 dest_height,
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 186 float dest_height = fOrigBitmap.height() / invScaleY; local
198 dest_height,
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 187 CFX_DIBitmap* CFX_DIBSource::StretchTo(int dest_width, int dest_height, FX_DWORD flags, const FX_RECT* pClip) const
189 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height));
196 if (dest_width == m_Width && dest_height == m_Height) {
201 if (stretcher.Start(&storer, this, dest_width, dest_height, clip_rect, flags)) {
235 int dest_height = result_rect.Height(); local
237 result_clip = _FXDIB_SwapClipBox(result_clip, dest_width, dest_height, pDestMatrix->c > 0, pDestMatrix->b < 0);
238 m_Stretcher.Start(&m_Storer, pSrc, dest_height, dest_width, result_clip, flags);
244 int dest_height = pDestMatrix->d > 0 ? (int) - FXSYS_ceil(pDestMatrix->d) : (int) - FXSYS_floor(pDestMatrix->d); local
246 m_Stretcher.Start(&m_Storer, pSrc, dest_width, dest_height, result_clip, flags);
    [all...]
fx_dib_main.cpp 1606 int dest_height = image_rect.Height(); local
1630 int dest_height = image_rect.Height(); local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 364 int dest_height = image_rect.Height(); local
369 dest_height = -dest_height;
372 m_pRenderStatus->m_GroupFamily, m_pRenderStatus->m_bLoadMask, m_pRenderStatus, dest_width, dest_height)) {
744 int dest_height = image_rect.Height(); local
762 dest_height = -dest_height;
766 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
769 dest_width, dest_height, m_Flags, NULL, m_BlendType)) {
777 if (m_pRenderStatus->m_pDevice->StretchBitMask(m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_FillArgb, m_Flags)) {
823 int dest_height = m_ImageMatrix.d > 0 ? -image_rect.Height() : image_rect.Height(); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 9885 int source_width, source_height, dest_width, dest_height; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 461 milliseconds