KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
Loading...
Searching...
No Matches
ANativeWindow_Buffer Struct Reference

Data Fields

void * bits
int width
int height
int stride
int format
int reserved [4]

Detailed Description

Definition at line 51 of file android.h.

Field Documentation

◆ bits

void* ANativeWindow_Buffer::bits

Definition at line 52 of file android.h.

◆ format

int ANativeWindow_Buffer::format

Definition at line 56 of file android.h.

◆ height

int ANativeWindow_Buffer::height

Definition at line 54 of file android.h.

◆ reserved

int ANativeWindow_Buffer::reserved[4]

Definition at line 57 of file android.h.

◆ stride

int ANativeWindow_Buffer::stride

Definition at line 55 of file android.h.

◆ width

int ANativeWindow_Buffer::width

Definition at line 53 of file android.h.


The documentation for this struct was generated from the following file: