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:fScissor
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
ClearOp.cpp
48
,
fScissor
(scissor)
in ClearOp()
62
if (contains_scissor(other->
fScissor
,
fScissor
)) {
in onCombineIfPossible()
63
fScissor
= other->
fScissor
;
in onCombineIfPossible()
68
contains_scissor(
fScissor
, other->
fScissor
)) {
in onCombineIfPossible()
71
} else if (other->
fScissor
==
fScissor
) {
in onCombineIfPossible()
89
state->opsRenderPass()->clear(
fScissor
, fColo
in onExecute()
[all...]
H
A
D
ClearOp.h
65
if (
fScissor
.enabled()) {
66
const SkIRect& r =
fScissor
.rect();
76
GrScissorState
fScissor
;
member in skgpu::v1::final
/third_party/skia/experimental/graphite/src/
H
A
D
DrawList.h
101
,
fScissor
(scissor) {}
in Clip()
104
const SkIRect& scissor() const { return
fScissor
; }
in scissor()
113
SkIRect
fScissor
;
member in skgpu::Clip
/third_party/skia/experimental/sorttoy/
H
A
D
Fake.cpp
41
fScissor
= SkIRect::MakeLTRB(-1000, -1000, 1000, 1000);
in FakeMCBlob()
49
if (!
fScissor
.intersect(r)) {
in FakeMCBlob()
50
fScissor
.setEmpty();
in FakeMCBlob()
H
A
D
Fake.h
73
SkIRect scissor() const { return
fScissor
; }
in scissor()
83
SkIRect
fScissor
;
member in FakeMCBlob
/third_party/skia/include/gpu/gl/
H
A
D
GrGLInterface.h
253
GrGLFunction<GrGLScissorFn>
fScissor
;
member
/third_party/skia/src/gpu/gl/
H
A
D
GrGLInterfaceAutogen.cpp
140
!fFunctions.
fScissor
||
in validate()
Completed in 5 milliseconds