OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atPoint
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm
396
- (void)_drawPDFDocument:(CGPDFDocumentRef)pdfDocument page:(unsigned)page
atPoint
:(NSPoint)point
463
[self _drawPDFDocument:pdfDocument.get() page:1
atPoint
:NSMakePoint(nsRect.origin.x, nsRect.origin.y)];
489
[self _drawPDFDocument:_printedPagesPDFDocument.get() page:printedPageNumber
atPoint
:NSMakePoint(nsRect.origin.x, nsRect.origin.y)];
/external/webkit/Examples/NetscapeInputMethodPlugin/
main.m
236
[obj->layoutManager drawBackgroundForGlyphRange:glyphRange
atPoint
:obj->textFieldRect.origin];
237
[obj->layoutManager drawGlyphsForGlyphRange:glyphRange
atPoint
:obj->textFieldRect.origin];
/external/skia/src/core/
SkPathRef.h
98
SkPoint*
atPoint
(int i) {
309
const SkPoint&
atPoint
(int index) const {
SkPath.cpp
650
return fPathRef->
atPoint
(index);
683
*lastPt = fPathRef->
atPoint
(count - 1);
702
ed.
atPoint
(count-1)->set(x, y);
770
const SkPoint& pt = fPathRef->
atPoint
(~fLastMoveToIndex);
[
all
...]
/frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs
[
all
...]
/external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm
[
all
...]
Completed in 259 milliseconds