Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:getLastPt
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/docs/examples/
H
A
D
Path_setLastPt_2.cpp
14
path.
getLastPt
(&pt);
in REG_FIDDLE()
15
path2.
getLastPt
(&pt2);
in REG_FIDDLE()
H
A
D
Path_getLastPt.cpp
14
path.
getLastPt
(&last);
in REG_FIDDLE()
H
A
D
Path_rMoveTo.cpp
18
path.
getLastPt
(&lastPt);
in REG_FIDDLE()
H
A
D
Path_arcTo_2_a.cpp
24
(void) path.
getLastPt
(&lastPt);
in REG_FIDDLE()
H
A
D
Path_arcTo_2_b.cpp
24
(void) path.
getLastPt
(&lastPt);
in REG_FIDDLE()
/third_party/skia/src/pathops/
H
A
D
SkOpBuilder.cpp
31
SkAssertResult(path->
getLastPt
(&lastPt));
in ReversePath()
H
A
D
SkPathWriter.cpp
354
if (!fPathPtr->
getLastPt
(&prior)) {
in assemble()
360
SkAssertResult(contour.
getLastPt
(&next));
in assemble()
/third_party/skia/samplecode/
H
A
D
SampleSimpleStroker.cpp
62
bool
getLastPt
(SkPoint* lastPt) const {
in getLastPt()
function in __anon18654::PathRecorder
200
fInner.
getLastPt
(&innerLastPt);
in endcap()
H
A
D
SampleVariableWidthStroker.cpp
384
fCurrVerb.
getLastPt
(&fPreviousPoint);
751
fInner.
getLastPt
(&innerLastPt);
/third_party/skia/src/core/
H
A
D
SkPath.cpp
511
bool SkPath::
getLastPt
(SkPoint* lastPt) const {
in getLastPt()
function in SkPath
669
this->injectMoveToIfNeeded(); // This can change the result of this->
getLastPt
().
in rLineTo()
671
this->
getLastPt
(&pt);
in rLineTo()
689
this->injectMoveToIfNeeded(); // This can change the result of this->
getLastPt
().
in rQuadTo()
691
this->
getLastPt
(&pt);
in rQuadTo()
722
this->injectMoveToIfNeeded(); // This can change the result of this->
getLastPt
().
in rConicTo()
724
this->
getLastPt
(&pt);
in rConicTo()
745
this->injectMoveToIfNeeded(); // This can change the result of this->
getLastPt
().
in rCubicTo()
747
this->
getLastPt
(&pt);
in rCubicTo()
1120
} else if (!this->
getLastPt
(
in arcTo()
[all...]
H
A
D
SkContourMeasure.cpp
42
SkAssertResult(dst->
getLastPt
(&lastPt));
in SkContourMeasure_segTo()
H
A
D
SkStroke.cpp
347
fInner.
getLastPt
(&pt);
in finishContour()
354
fInner.
getLastPt
(&pt);
in finishContour()
/third_party/skia/src/utils/
H
A
D
SkParsePath.cpp
196
path.
getLastPt
(&c);
in FromSVGString()
H
A
D
SkDashPath.cpp
204
if (!dstPath->
getLastPt
(&last) || last != pts[0]) {
/third_party/skia/tests/
H
A
D
PathTest.cpp
324
path.
getLastPt
(&last);
in test_path_close_issue1474()
335
path.
getLastPt
(&last);
in test_path_close_issue1474()
346
path.
getLastPt
(&last);
in test_path_close_issue1474()
357
path.
getLastPt
(&last);
in test_path_close_issue1474()
3910
REPORTER_ASSERT(reporter, p.
getLastPt
(&pt) && pt.fX == 1 && pt.fY == 1);
in test_arcTo()
3913
REPORTER_ASSERT(reporter, p.
getLastPt
(&pt) && pt.fX == 1 && pt.fY == -1);
in test_arcTo()
4021
REPORTER_ASSERT(reporter, p.
getLastPt
(&pt));
in test_extendClosedPath()
4056
REPORTER_ASSERT(reporter, !p.
getLastPt
(nullptr));
in test_get_point()
4057
REPORTER_ASSERT(reporter, !p.
getLastPt
(&pt) && pt == SkPoint::Make(0, 0));
in test_get_point()
4061
REPORTER_ASSERT(reporter, p.
getLastPt
(nullpt
in test_get_point()
[all...]
/third_party/skia/include/core/
H
A
D
SkPath.h
1372
bool
getLastPt
(SkPoint* lastPt) const;
Completed in 23 milliseconds