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

/haiku/src/apps/resedit/
H A DBitmapView.cpp479 BMessage *clip = NULL, flattened; local
486 returnval = (clip->FindMessage("image/bitmap", &flattened) == B_OK);
497 returnval = (clip->FindMessage("image/x-vnd.Be-bitmap", &flattened) == B_OK);
514 BMessage *clip = NULL, flattened; local
527 status_t status = clip->FindMessage("image/bitmap", &flattened);
538 status = clip->FindMessage("image/x-vnd.Be-bitmap", &flattened);
599 status = flattened.FindRect("_frame", &frame);
603 status = flattened.FindInt32("_cspace", (int32)cspace);
609 status = flattened.FindData("_data", B_RAW_TYPE, (const void **)&buffer, &bufferLength);
/haiku/src/kits/interface/
H A DTextView.cpp483 void* flattened = FlattenRunArray(runArray, &runSize); local
484 if (flattened != NULL) {
485 data->AddData("_runs", B_RAW_TYPE, flattened, runSize);
486 free(flattened);

Completed in 72 milliseconds