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:fEnabled
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/samplecode/
H
A
D
SampleQuadStroker.cpp
101
bool
fEnabled
;
member
186
fCubicButton.
fEnabled
= false;
in QuadStrokerView()
188
fConicButton.
fEnabled
= false;
in QuadStrokerView()
190
fQuadButton.
fEnabled
= false;
in QuadStrokerView()
192
fArcButton.
fEnabled
= true;
in QuadStrokerView()
194
fRRectButton.
fEnabled
= false;
in QuadStrokerView()
196
fCircleButton.
fEnabled
= true;
in QuadStrokerView()
199
fTextButton.
fEnabled
= false;
in QuadStrokerView()
208
if (fTextButton.
fEnabled
) {
496
paint.setColor(button.
fEnabled
in draw_button()
[all...]
/third_party/skia/src/gpu/
H
A
D
GrAuditTrail.h
36
GrAuditTrail() : fClientID(kGrAuditTrailInvalidID),
fEnabled
(false) {}
in GrAuditTrail()
82
SkASSERT(
fEnabled
);
in pushFrame()
101
bool isEnabled() { return
fEnabled
; }
in isEnabled()
102
void setEnabled(bool enabled) {
fEnabled
= enabled; }
in setEnabled()
164
bool
fEnabled
;
member in GrAuditTrail
H
A
D
GrAuditTrail.cpp
14
SkASSERT(
fEnabled
);
in addOp()
129
SkASSERT(
fEnabled
);
H
A
D
GrResourceCache.h
354
fEnabled
= enabled;
in setGpuCacheSuppressWindowSwitch()
569
bool
fEnabled
= false;
member in GrResourceCache
H
A
D
GrResourceCache.cpp
1189
if (!
fEnabled
) {
in allowToPurge()
1381
if (!
fEnabled
) {
in suppressGpuCacheBelowCertainRatio()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkMemoryReclaimer.cpp
39
if (!
fEnabled
) {
in addMemoryToWaitQueue()
51
if (!
fEnabled
) {
in addMemoryToWaitQueue()
63
if (!
fEnabled
) {
in flushGpuMemoryInWaitQueue()
87
fEnabled
= enabled;
in setGpuMemoryAsyncReclaimerSwitch()
H
A
D
GrVkMemoryReclaimer.h
51
bool
fEnabled
= false;
member in GrVkMemoryReclaimer
/third_party/skia/modules/skparagraph/include/
H
A
D
ParagraphStyle.h
67
bool getStrutEnabled() const { return
fEnabled
; }
in getStrutEnabled()
68
void setStrutEnabled(bool v) {
fEnabled
= v; }
in setStrutEnabled()
86
return this->
fEnabled
== rhs.
fEnabled
&&
in operator ==()
111
bool
fEnabled
;
member
/third_party/skia/tools/trace/
H
A
D
EventTracingPriv.cpp
52
static_assert(0 == offsetof(CategoryState,
fEnabled
), "CategoryState");
in getCategoryGroupEnabled()
74
fCategories[fNumCategories].
fEnabled
=
in getCategoryGroupEnabled()
H
A
D
EventTracingPriv.h
33
uint8_t
fEnabled
;
member
/third_party/skia/modules/skparagraph/src/
H
A
D
ParagraphStyle.cpp
26
fEnabled
= false;
in StrutStyle()
/third_party/skia/src/gpu/gl/
H
A
D
GrGLGpu.h
569
TriState
fEnabled
;
member
572
fEnabled
= kUnknown_TriState;
in invalidate()
715
TriState
fEnabled
;
722
fEnabled
= kUnknown_TriState;
H
A
D
GrGLGpu.cpp
1804
if (kYes_TriState != fHWScissorSettings.
fEnabled
) {
in flushScissorTest()
1806
fHWScissorSettings.
fEnabled
= kYes_TriState;
in flushScissorTest()
1809
if (kNo_TriState != fHWScissorSettings.
fEnabled
) {
in flushScissorTest()
1811
fHWScissorSettings.
fEnabled
= kNo_TriState;
in flushScissorTest()
1817
SkASSERT(fHWScissorSettings.
fEnabled
== TriState::kYes_TriState);
in flushScissorRect()
2303
if (fHWScissorSettings.
fEnabled
== kYes_TriState) {
in flushRenderTargetNoColorWrites()
2306
} else if (fHWScissorSettings.
fEnabled
== kNo_TriState) {
in flushRenderTargetNoColorWrites()
2568
if (kNo_TriState != fHWBlendState.
fEnabled
) {
in flushBlendAndColorWrite()
2597
fHWBlendState.
fEnabled
= kNo_TriState;
in flushBlendAndColorWrite()
2600
if (kYes_TriState != fHWBlendState.
fEnabled
) {
in flushBlendAndColorWrite()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fFboSRGBWriteControlTests.cpp
1815
glw::GLfloat
fEnabled
= 0;
in iterate()
local
1835
gl.getFloatv(GL_FRAMEBUFFER_SRGB, &
fEnabled
);
in iterate()
Completed in 17 milliseconds