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

  /external/chromium_org/pdf/
draw_utils.cc 191 uint32_t* top_line = image->GetAddr32(rc.point());
194 top_line[x] = color;
199 reinterpret_cast<char*>(top_line) + image->stride());
201 memcpy(cur_line, top_line, byte_width);
  /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/content/common/gpu/client/
gl_helper_unittest.cc 510 int top_line = 0;
512 while (top_line < bottom_line) {
514 std::swap(*bitmap->getAddr32(x, top_line),
517 top_line++;
    [all...]

Completed in 105 milliseconds