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:fViewport
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/modules/svg/include/
H
A
D
SkSVGRenderContext.h
30
:
fViewport
(viewport), fResizePercentage(resizePercentage), fDPI(dpi) {}
in SkSVGLengthContext()
39
const SkSize& viewPort() const { return
fViewport
; }
in viewPort()
40
void setViewPort(const SkSize& viewport) {
fViewport
= viewport; }
in setViewPort()
50
SkSize
fViewport
;
member in SkSVGLengthContext
/third_party/skia/tools/sk_app/win/
H
A
D
ANGLEWindowContext_win.cpp
141
interface->fFunctions.
fViewport
(0, 0, fWidth, fHeight);
in onInitializeContext()
/third_party/skia/modules/svg/src/
H
A
D
SkSVGRenderContext.cpp
58
return l.value() * length_size_for_type(
fViewport
, t) / 100 * fResizePercentage / DEFAULT_RESIZE_PERCENTAGE;
in resolveForSVG()
91
return l.value() * length_size_for_type(
fViewport
, t) / 100;
in resolve()
/third_party/skia/include/gpu/gl/
H
A
D
GrGLInterface.h
304
GrGLFunction<GrGLViewportFn>
fViewport
;
member
/third_party/skia/src/gpu/gl/
H
A
D
GrGLInterfaceAutogen.cpp
179
!fFunctions.
fViewport
) {
in validate()
Completed in 5 milliseconds