HomeSort by relevance Sort by last modified time
    Searched refs:top_line (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring.h 85 const gfx::Rect& top_line,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 74 void CPDF_Type3Glyphs::AdjustBlue(FX_FLOAT top, FX_FLOAT bottom, int& top_line, int& bottom_line)
76 top_line = _AdjustBlue(top, m_TopBlueCount, m_TopBlue);
139 int top_line, bottom_line; local
140 top_line = _DetectFirstLastScan(pBitmap, TRUE);
142 if (top_line == 0 && bottom_line == pBitmap->GetHeight() - 1) {
151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);
152 pResBitmap = pBitmap->StretchTo((int)(FXSYS_round(image_matrix.a) * retinaScaleX), (int)((bFlipped ? top_line - bottom_line : bottom_line - top_line) * retinaScaleY));
153 top = top_line;
render_int.h 22 void AdjustBlue(FX_FLOAT top, FX_FLOAT bottom, int& top_line, int& bottom_line);
  /external/chromium_org/pdf/
draw_utils.cc 208 uint32_t* top_line = image->GetAddr32(rc.point());
211 top_line[x] = color;
216 reinterpret_cast<char*>(top_line) + image->stride());
218 memcpy(cur_line, top_line, byte_width);
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 583 int top_line = 0;
585 while (top_line < bottom_line) {
587 bpp == 4 ? std::swap(*bitmap->getAddr32(x, top_line),
589 : std::swap(*bitmap->getAddr8(x, top_line),
592 top_line++; member in class:content::GLHelperTest
    [all...]

Completed in 137 milliseconds