OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeBool
(Results
1 - 18
of
18
) sorted by null
/external/skia/src/core/
SkMallocPixelRef.cpp
36
buffer.
writeBool
(true);
39
buffer.
writeBool
(false);
SkPicture.cpp
229
stream->
writeBool
(true);
236
stream->
writeBool
(false);
SkPixelRef.cpp
44
buffer.
writeBool
(fIsImmutable);
SkShader.cpp
54
buffer.
writeBool
(fLocalMatrix != NULL);
SkPictureRecord.cpp
516
if (fWriter.
writeBool
(rect != NULL)) {
522
if (fWriter.
writeBool
(rect != NULL)) {
SkBitmap.cpp
[
all
...]
/external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp
267
stream->
writeBool
(layer->shouldInheritFromRootTransform());
279
stream->
writeBool
(layer->m_haveClip);
280
stream->
writeBool
(layer->m_isFixed);
281
stream->
writeBool
(layer->m_backgroundColorSet);
282
stream->
writeBool
(layer->m_isIframe);
294
stream->
writeBool
(layer->m_backfaceVisibility);
295
stream->
writeBool
(layer->m_visible);
297
stream->
writeBool
(layer->m_preserves3D);
301
stream->
writeBool
(hasContentsImage);
313
stream->
writeBool
(hasRecordingPicture)
[
all
...]
/external/skia/include/core/
SkWriter32.h
52
bool
writeBool
(bool value) {
SkBuffer.h
135
void
writeBool
(bool x) { this->write8(x); }
SkStream.h
98
bool
writeBool
(bool v) { return this->write8(v); }
/external/skia/src/images/
SkImageRef.cpp
190
buffer.
writeBool
(fDoDither);
/external/skia/src/effects/
SkLayerDrawLooper.cpp
197
buffer.
writeBool
(rec->fInfo.fPostTranslate);
SkLayerRasterizer.cpp
172
buffer.
writeBool
(paint.isAntiAlias());
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
169
public void
writeBool
(final int fieldNumber, final boolean value)
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
183
public void
writeBool
(final int fieldNumber, final boolean value)
[
all
...]
/external/skia/src/ports/
SkFontHost_android.cpp
550
stream->
writeBool
(isCustomFont);
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java
762
output.
writeBool
(4, getExpectResponse());
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java
762
output.
writeBool
(4, getExpectResponse());
[
all
...]
Completed in 1113 milliseconds