Searched refs:origin_x (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.h114 int origin_x,
124 int origin_x,
133 int origin_x,
H A Ddownload_shelf.cc161 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,
157 PaintDownloadProgress(gfx::Canvas* canvas, views::View* containing_view, int origin_x, int origin_y, int start_angle, int percent_done, PaintDownloadProgressSize size) argument
213 PaintDownloadComplete(gfx::Canvas* canvas, views::View* containing_view, int origin_x, int origin_y, double animation_progress, PaintDownloadProgressSize size) argument
244 PaintDownloadInterrupted(gfx::Canvas* canvas, views::View* containing_view, int origin_x, int origin_y, double animation_progress, PaintDownloadProgressSize size) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh305 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/
H A Dhb-font-private.hh305 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/
H A Dpixman-glyph.c50 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;
252 pixman_glyph_cache_insert(pixman_glyph_cache_t *cache, void *font_key, void *glyph_key, int origin_x, int origin_y, pixman_image_t *image) argument
H A Dpixman.h950 int origin_x,
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp474 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, argument
649 matrix.e = origin_x;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_render.h214 static void DrawTextString(CFX_RenderDevice* pDevice, FX_FLOAT origin_x, FX_FLOAT origin_y,
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.cc728 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/
H A DSDL_QuartzVideo.m970 int origin_x, origin_y;
1049 if ( QZ_WindowPosition(this, &origin_x, &origin_y) ) {
1051 [ qz_window setFrameTopLeftPoint:NSMakePoint((float) origin_x, (float) (this->info.current_h - origin_y))];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 316 milliseconds