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

  /external/chromium_org/chrome/browser/download/
download_shelf.h 114 int origin_x,
124 int origin_x,
133 int origin_x,
download_shelf.cc 161 int origin_x,
189 gfx::Rect bounds(origin_x, origin_y,
217 int origin_x,
230 gfx::Rect complete_bounds(origin_x, origin_y,
248 int origin_x,
261 gfx::Rect complete_bounds(origin_x, origin_y,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 305 hb_position_t origin_x, origin_y; local
307 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
309 *x += origin_x;
317 hb_position_t origin_x, origin_y; local
319 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
321 *x -= origin_x;
  /external/harfbuzz_ng/src/
hb-font-private.hh 305 hb_position_t origin_x, origin_y; local
307 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
309 *x += origin_x;
317 hb_position_t origin_x, origin_y; local
319 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
321 *x -= origin_x;
  /external/pixman/pixman/
pixman-glyph.c 50 int origin_x; member in struct:glyph_t
255 int origin_x,
276 glyph->origin_x = origin_x;
335 x1 = glyphs[i].x - glyph->origin_x;
337 x2 = glyphs[i].x - glyph->origin_x + glyph->image->bits.width;
448 glyph_box.x1 = dest_x + glyphs[i].x - glyph->origin_x;
477 info.mask_x = composite_box.x1 - (dest_x + glyphs[i].x - glyph->origin_x);
584 glyph_box.x1 = glyphs[i].x - glyph->origin_x + off_x;
pixman.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 474 int origin_x = FXSYS_round(matrix.e); local
478 pGlyphAndPos[iChar].m_OriginX = origin_x;
481 m_pDevice->SetBitMask(&pBitmap->m_Bitmap, origin_x + pBitmap->m_Left, origin_y - pBitmap->m_Top, fill_argb);
612 FX_FLOAT origin_x = (FX_FLOAT)left; local
615 DrawTextString(pDevice, origin_x, origin_y, pFont, font_size, &matrix, str, argb);
617 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice, FX_FLOAT origin_x, FX_FLOAT origin_y, CPDF_Font* pFont, FX_FLOAT font_size,
649 matrix.e = origin_x;
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 214 static void DrawTextString(CFX_RenderDevice* pDevice, FX_FLOAT origin_x, FX_FLOAT origin_y,
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 728 int origin_x = rect.x(); local
776 origin_x -= delta;
791 gfx::Rect result(origin_x, origin_y, width, height);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 970 int origin_x, origin_y;
    [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 904 milliseconds