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:rgna
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkRegion.cpp
1041
const SkRegion*
rgna
= &rgnaOrig;
in Oper()
local
1048
swap(
rgna
, rgnb);
in Oper()
1053
bool a_empty =
rgna
->isEmpty();
in Oper()
1055
bool a_rect =
rgna
->isRect();
in Oper()
1063
if (b_empty || !SkIRect::Intersects(
rgna
->fBounds, rgnb->fBounds)) {
in Oper()
1064
return setRegionCheck(result, *
rgna
);
in Oper()
1066
if (b_rect && rgnb->fBounds.containsNoEmptyCheck(
rgna
->fBounds)) {
in Oper()
1073
|| !bounds.intersect(
rgna
->fBounds, rgnb->fBounds)) {
in Oper()
1079
if (a_rect &&
rgna
->fBounds.contains(rgnb->fBounds)) {
in Oper()
1082
if (b_rect && rgnb->fBounds.contains(
rgna
in Oper()
1134
op(const SkRegion&
rgna
, const SkRegion& rgnb, Op op)
op()
argument
[all...]
/third_party/skia/include/core/
H
A
D
SkRegion.h
417
/** Replaces SkRegion with the result of
rgna
op rgnb.
420
@param
rgna
SkRegion operand
426
bool op(const SkRegion&
rgna
, const SkRegion& rgnb, Op op);
Completed in 3 milliseconds