OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yOrigin
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/gm/
clippedbitmapshaders.cpp
97
SkScalar
yOrigin
= SLIDE_SIZE / 3 * i + margin;
103
SkRect rect = SkRect::MakeXYWH(xOrigin,
yOrigin
,
/external/chromium_org/third_party/webrtc/test/mac/
video_renderer_mac.mm
66
NSInteger
yOrigin
= nextYOrigin_;
67
NSRect windowFrame = NSMakeRect(xOrigin,
yOrigin
, width_, height_);
/external/chromium_org/chrome/browser/resources/chromeos/
power.js
194
var
yOrigin
= padding + textHeight;
200
var height = plotCanvas.height -
yOrigin
- textHeight - padding;
208
drawRect(plotCtx, xOrigin,
yOrigin
, width, height, gridColor);
211
drawText(plotCtx, yMaxStr, xOrigin - yMaxWidth,
yOrigin
+ textHeight);
212
drawText(plotCtx, yMinStr, xOrigin - yMinWidth,
yOrigin
+ height);
216
yOrigin
+ height + textHeight);
220
yOrigin
+ height + textHeight);
224
xOrigin + 1,
yOrigin
+ height / 4,
225
xOrigin + width - 2,
yOrigin
+ height / 4,
228
xOrigin + 1,
yOrigin
+ height / 2
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp
341
int
yOrigin
= rect.y();
343
if (
yOrigin
< 0) {
344
yDest = -
yOrigin
;
345
yOrigin
= 0;
355
unsigned char *sourcePixel = source->data() + ((
yOrigin
* m_absolutePaintRect.width()) + xOrigin) * 4;
357
while (
yOrigin
< yEnd) {
361
++
yOrigin
;
/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 77 milliseconds