Searched refs:translate (Results 1 - 25 of 438) sorted by relevance

1234567891011>>

/external/skia/src/svg/
H A DSkSVGG.cpp14 void SkSVGG::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGG
15 INHERITED::translate(parser, defState);
H A DSkSVGDefs.cpp22 void SkSVGDefs::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGDefs
23 INHERITED::translate(parser, defState);
H A DSkSVGSymbol.cpp19 void SkSVGSymbol::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGSymbol
20 INHERITED::translate(parser, defState);
H A DSkSVGMetadata.cpp23 void SkSVGMetadata::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGMetadata
H A DSkSVGText.cpp20 void SkSVGText::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGText
22 INHERITED::translate(parser, defState);
37 void SkSVGTspan::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGTspan
38 INHERITED::translate(parser, defState);
H A DSkSVGFeColorMatrix.cpp22 void SkSVGFeColorMatrix::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGFeColorMatrix
23 INHERITED::translate(parser, defState);
H A DSkSVGMask.cpp31 void SkSVGMask::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGMask
32 INHERITED::translate(parser, defState);
H A DSkSVGStop.cpp19 void SkSVGStop::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGStop
21 INHERITED::translate(parser, defState);
H A DSkSVGFilter.cpp23 void SkSVGFilter::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGFilter
24 // INHERITED::translate(parser, defState);
H A DSkSVGLine.cpp22 void SkSVGLine::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGLine
24 INHERITED::translate(parser, defState);
H A DSkSVGUse.cpp23 void SkSVGUse::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGUse
24 INHERITED::translate(parser, defState);
H A DSkSVGGroup.cpp42 void SkSVGGroup::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGGroup
44 parser.translate(*ptr, defState);
H A DSkSVGPath.cpp19 void SkSVGPath::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGPath
21 INHERITED::translate(parser, defState);
H A DSkSVGPolygon.cpp26 void SkSVGPolygon::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGPolygon
28 SkSVGElement::translate(parser, defState);
H A DSkSVGRect.cpp27 void SkSVGRect::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGRect
29 INHERITED::translate(parser, defState);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DWebPlatformStrategies.cpp152 return QCoreApplication::translate("QWebPage", "Submit", "Submit (input element) alt text for <input> elements with no alt, title, or value");
157 return QCoreApplication::translate("QWebPage", "Reset", "default label for Reset buttons in forms on web pages");
162 return QCoreApplication::translate("QWebPage", "This is a searchable index. Enter search keywords: ", "text that appears at the start of nearly-obsolete web pages in the form of a 'searchable index'");
167 return QCoreApplication::translate("QWebPage", "Submit", "default label for Submit buttons in forms on web pages");
172 return QCoreApplication::translate("QWebPage", "Choose File", "title for file button used in HTML forms");
177 return QCoreApplication::translate("QWebPage", "No file selected", "text to display in file button used in HTML forms when no file is selected");
182 return QCoreApplication::translate("QWebPage", "Details", "text to display in <details> tag when it has no <summary> child");
187 return QCoreApplication::translate("QWebPage", "Open in New Window", "Open in New Window context menu item");
192 return QCoreApplication::translate("QWebPage", "Save Link...", "Download Linked File context menu item");
197 return QCoreApplication::translate("QWebPag
[all...]
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarQt.cpp59 QAction* actScrollHere = menu.addAction(QCoreApplication::translate("QWebPage", "Scroll here"));
62 QAction* actScrollTop = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Left edge") : QCoreApplication::translate("QWebPage", "Top"));
63 QAction* actScrollBottom = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Right edge") : QCoreApplication::translate("QWebPage", "Bottom"));
66 QAction* actPageUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page left") : QCoreApplication::translate("QWebPage", "Page up"));
67 QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page right") : QCoreApplication::translate("QWebPage", "Page down"));
70 QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPag
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
H A DWebErrorsQt.cpp55 QCoreApplication::translate("QWebFrame", "Request cancelled", 0, QCoreApplication::UnicodeUTF8));
63 QCoreApplication::translate("QWebFrame", "Request blocked", 0, QCoreApplication::UnicodeUTF8));
69 QCoreApplication::translate("QWebFrame", "Cannot show URL", 0, QCoreApplication::UnicodeUTF8));
75 QCoreApplication::translate("QWebFrame", "Frame load interrupted by policy change", 0, QCoreApplication::UnicodeUTF8));
81 QCoreApplication::translate("QWebFrame", "Cannot show mimetype", 0, QCoreApplication::UnicodeUTF8));
87 QCoreApplication::translate("QWebFrame", "File does not exist", 0, QCoreApplication::UnicodeUTF8));
93 QCoreApplication::translate("QWebFrame", "Loading is handled by the media engine", 0, QCoreApplication::UnicodeUTF8));
/external/valgrind/main/coregrind/
H A Dpub_core_translate.h40 Bool VG_(translate) ( ThreadId tid,
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTranslatorGLSL.h17 virtual void translate(TIntermNode* root);
H A DTranslatorHLSL.h17 virtual void translate(TIntermNode* root);
/external/skia/gm/
H A Dfilltypes.cpp37 canvas->translate(SkIntToScalar(x), SkIntToScalar(y));
41 canvas->translate(r.centerX(), r.centerY());
43 canvas->translate(-r.centerX(), -r.centerY());
60 canvas->translate(SkIntToScalar(20), SkIntToScalar(20));
68 canvas->translate(SkIntToScalar(450), 0);
73 canvas->translate(SkIntToScalar(-450), SkIntToScalar(450));
75 canvas->translate(SkIntToScalar(450), 0);
H A Daaclip.cpp30 canvas->translate(SkIntToScalar(x), SkIntToScalar(y));
89 canvas->translate(SK_Scalar1 / 5, SK_Scalar1 / 5);
90 canvas->translate(SkIntToScalar(50), 0);
93 canvas->translate(SK_Scalar1 / 5, SK_Scalar1 / 5);
94 canvas->translate(SkIntToScalar(50), 0);
97 canvas->translate(SK_Scalar1 / 5, SK_Scalar1 / 5);
98 canvas->translate(SkIntToScalar(50), 0);
101 canvas->translate(SK_Scalar1 / 5, SK_Scalar1 / 5);
102 canvas->translate(SkIntToScalar(50), 0);
/external/chromium/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css.js9 ctx.translate(1.5, .5);
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.h23 const GrVec* translate,

Completed in 208 milliseconds

1234567891011>>