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

/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.h109 int origin_x,
117 int origin_x,
124 int origin_x,
H A Ddownload_shelf.cc156 int origin_x,
184 gfx::Rect bounds(origin_x, origin_y,
208 int origin_x,
221 gfx::Rect complete_bounds(origin_x, origin_y,
236 int origin_x,
249 gfx::Rect complete_bounds(origin_x, origin_y,
153 PaintDownloadProgress( gfx::Canvas* canvas, const BoundsAdjusterCallback& rtl_mirror, int origin_x, int origin_y, int start_angle, int percent_done, PaintDownloadProgressSize size) argument
205 PaintDownloadComplete( gfx::Canvas* canvas, const BoundsAdjusterCallback& rtl_mirror, int origin_x, int origin_y, double animation_progress, PaintDownloadProgressSize size) argument
233 PaintDownloadInterrupted( gfx::Canvas* canvas, const BoundsAdjusterCallback& rtl_mirror, int origin_x, int origin_y, double animation_progress, PaintDownloadProgressSize size) argument
/external/chromium_org/ash/system/web_notification/
H A Dash_popup_alignment_delegate_unittest.cc134 int origin_x = alignment_delegate()->GetToastOriginX(toast_size); local
144 EXPECT_EQ(origin_x, alignment_delegate()->GetToastOriginX(toast_size));
152 int origin_x = alignment_delegate()->GetToastOriginX(toast_size); local
162 EXPECT_EQ(origin_x, alignment_delegate()->GetToastOriginX(toast_size));
171 int origin_x = alignment_delegate()->GetToastOriginX(toast_size); local
175 EXPECT_LT(origin_x, alignment_delegate()->GetToastOriginX(toast_size));
179 EXPECT_GT(origin_x, alignment_delegate()->GetToastOriginX(toast_size));
186 int origin_x = alignment_delegate()->GetToastOriginX(toast_size); local
192 EXPECT_EQ(origin_x, alignment_delegate()->GetToastOriginX(toast_size));
/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.cc877 int origin_x = rect.x(); local
925 origin_x -= delta;
940 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 759 milliseconds