Home
last modified time | relevance | path

Searched refs:rect (Results 1 - 1 of 1) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A DNativeImageAdaptor.cpp398 struct Region::Rect *rect = new Region::Rect(); in ProduceBuffer() local
399 rect->x = 0x100; in ProduceBuffer()
400 rect->y = 0x100; in ProduceBuffer()
401 rect->w = 0x100; in ProduceBuffer()
402 rect->h = 0x100; in ProduceBuffer()
403 region->rects = rect; in ProduceBuffer()

Completed in 2 milliseconds